public class ASTDefAtom extends SimpleNode
| Modifier and Type | Field and Description |
|---|---|
(package private) boolean |
defNeg |
| Constructor and Description |
|---|
ASTDefAtom(ASPParser p,
int id) |
ASTDefAtom(int id) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
jjtAccept(ASPParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
|
void |
setDefNeg(boolean defNeg) |
childrenAccept, dump, jjtAddChild, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toStringpublic ASTDefAtom(int id)
public ASTDefAtom(ASPParser p, int id)
public void setDefNeg(boolean defNeg)
public java.lang.Object jjtAccept(ASPParserVisitor visitor, java.lang.Object data)
jjtAccept in interface NodejjtAccept in class SimpleNode