Package org.tweetyproject.lp.asp.parser
Class ASTBuiltInAtom
java.lang.Object
org.tweetyproject.lp.asp.parser.SimpleNode
org.tweetyproject.lp.asp.parser.ASTBuiltInAtom
- All Implemented Interfaces:
Node
- Author:
- Anna Gessler
-
Field Summary
Fields -
Constructor Summary
Constructors -
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) - Parameters:
id
- ID
-
ASTBuiltInAtom
- Parameters:
p
- parserid
- ID
-
-
Method Details
-
operator
- Parameters:
op
- op
-
jjtAccept
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
- Parameters:
visitor
- parser visitordata
- object- Returns:
- a new object
-