Package org.tweetyproject.lp.asp.parser
Class ASTChoiceElementList
java.lang.Object
org.tweetyproject.lp.asp.parser.SimpleNode
org.tweetyproject.lp.asp.parser.ASTChoiceElementList
- All Implemented Interfaces:
 Node
- Author:
 - Anna Gessler
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionjjtAccept(ASPParserVisitor visitor, Object data) Accept the visitor.Methods inherited from class org.tweetyproject.lp.asp.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString 
- 
Constructor Details
- 
ASTChoiceElementList
public ASTChoiceElementList(int id) - Parameters:
 id- ID
 - 
ASTChoiceElementList
- Parameters:
 p- parserid- id
 
 - 
 - 
Method Details
- 
jjtAccept
Accept the visitor.- Specified by:
 jjtAcceptin interfaceNode- Overrides:
 jjtAcceptin classSimpleNode- Parameters:
 visitor- parser visitordata- object- Returns:
 - a new object
 
 
 -