Package net.sf.tweety.lp.asp.parser
Class ASTArithop
- java.lang.Object
-
- net.sf.tweety.lp.asp.parser.SimpleNode
-
- net.sf.tweety.lp.asp.parser.ASTArithop
-
- All Implemented Interfaces:
Node
public class ASTArithop extends SimpleNode
-
-
Constructor Summary
Constructors Constructor Description ASTArithop(int id)ASTArithop(ASPCore2Parser p, int id)
-
Method Summary
Modifier and Type Method Description java.lang.ObjectjjtAccept(ASPCore2ParserVisitor visitor, java.lang.Object data)Accept the visitor.voidop(java.lang.String op)-
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
-
ASTArithop
public ASTArithop(int id)
-
ASTArithop
public ASTArithop(ASPCore2Parser p, int id)
-
-
Method Detail
-
op
public void op(java.lang.String op)
-
jjtAccept
public java.lang.Object jjtAccept(ASPCore2ParserVisitor visitor, java.lang.Object data)
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-
-