Package net.sf.tweety.lp.asp.parser
Class ASTChoice
- java.lang.Object
-
- net.sf.tweety.lp.asp.parser.SimpleNode
-
- net.sf.tweety.lp.asp.parser.ASTChoice
-
- All Implemented Interfaces:
Node
public class ASTChoice extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTChoice(int id)
ASTChoice(ASPCore2Parser p, int id)
-
Method Summary
Modifier and Type Method Description java.lang.Object
jjtAccept(ASPCore2ParserVisitor visitor, java.lang.Object data)
Accept the visitor.-
Methods inherited from class net.sf.tweety.lp.asp.parser.SimpleNode
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
-
-
-
Constructor Detail
-
ASTChoice
public ASTChoice(int id)
-
ASTChoice
public ASTChoice(ASPCore2Parser p, int id)
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(ASPCore2ParserVisitor visitor, java.lang.Object data)
Accept the visitor.- Specified by:
jjtAccept
in interfaceNode
- Overrides:
jjtAccept
in classSimpleNode
-
-