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