Package org.tweetyproject.lp.asp.parser
Class ASTBuiltInAtom
java.lang.Object
org.tweetyproject.lp.asp.parser.SimpleNode
org.tweetyproject.lp.asp.parser.ASTBuiltInAtom
-
Field Summary
-
Constructor Summary
ConstructorDescriptionASTBuiltInAtom
(int id) ConstructorASTBuiltInAtom
(ASPParser p, int id) Constructor -
Method Summary
Methods inherited from class org.tweetyproject.lp.asp.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
Field Details
-
operator
operatr
-
-
Constructor Details
-
ASTBuiltInAtom
public ASTBuiltInAtom(int id) Constructor- Parameters:
id
- ID
-
ASTBuiltInAtom
-
-
Method Details
-
operator
-
jjtAccept
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Parameters:
visitor
- The visitor object.data
- Additional data for the visitor.- Returns:
- The result of visiting this node.
-