Class ASTDoubleExclamationOp
java.lang.Object
com.github.tom65536.adelante.parser.SimpleNode
com.github.tom65536.adelante.parser.ASTDoubleExclamationOp
- All Implemented Interfaces:
Node
-
Field Summary
Fields inherited from class com.github.tom65536.adelante.parser.SimpleNode
children, firstToken, id, lastToken, parent, parser, value -
Constructor Summary
ConstructorsConstructorDescriptionASTDoubleExclamationOp(int id) ASTDoubleExclamationOp(AdelanteParser p, int id) -
Method Summary
Modifier and TypeMethodDescriptionjjtAccept(AdelanteParserVisitor visitor, Object data) Accept the visitor.Methods inherited from class com.github.tom65536.adelante.parser.SimpleNode
childrenAccept, dump, getId, jjtAddChild, jjtClose, jjtGetChild, jjtGetFirstToken, jjtGetLastToken, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetFirstToken, jjtSetLastToken, jjtSetParent, jjtSetValue, toString, toString
-
Constructor Details
-
ASTDoubleExclamationOp
public ASTDoubleExclamationOp(int id) -
ASTDoubleExclamationOp
-
-
Method Details
-
jjtAccept
Accept the visitor.- Specified by:
jjtAcceptin interfaceNode- Overrides:
jjtAcceptin classSimpleNode
-