Package net.sf.tweety.lp.asp.parser
Class ASTRuleList
- java.lang.Object
-
- net.sf.tweety.lp.asp.parser.SimpleNode
-
- net.sf.tweety.lp.asp.parser.ASTRuleList
-
- All Implemented Interfaces:
Node
public class ASTRuleList extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTRuleList(int id)
ASTRuleList(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
-
ASTRuleList
public ASTRuleList(int id)
-
ASTRuleList
public ASTRuleList(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
-
-