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