org.javacc.jjtree.ASTNodeDescriptorExpression.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC is a parser/scanner generator for Java.
ASTNodeDescriptorExpression
org.javacc.jjtree
Class ASTNodeDescriptorExpression
- java.lang.Object
-
- org.javacc.jjtree.SimpleNode
-
- org.javacc.jjtree.JJTreeNode
-
- org.javacc.jjtree.ASTNodeDescriptorExpression
-
- All Implemented Interfaces:
- Node
public class ASTNodeDescriptorExpression
extends JJTreeNode
-
-
Method Summary
Methods
Modifier and Type
Method and Description
java.lang.Object
jjtAccept(JJTreeParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
-
Methods inherited from class org.javacc.jjtree.JJTreeNode
getFirstToken, getLastToken, getOrdinal, jjtAddChild, jjtCreate, print, setFirstToken, setLastToken, setOrdinal
-
Methods inherited from class org.javacc.jjtree.SimpleNode
childrenAccept, dump, jjtClose, jjtGetChild, jjtGetNumChildren, jjtGetParent, jjtGetValue, jjtOpen, jjtSetParent, jjtSetValue, toString, toString
-
-
Method Detail
-
jjtAccept
public java.lang.Object jjtAccept(JJTreeParserVisitor visitor,
java.lang.Object data)
Accept the visitor.
- Specified by:
jjtAccept
in interface Node
- Overrides:
jjtAccept
in class SimpleNode