antlr
Class ParseTreeRule
java.lang.Object
antlr.BaseAST
antlr.ParseTree
antlr.ParseTreeRule
- All Implemented Interfaces:
- AST, java.io.Serializable
- public class ParseTreeRule
- extends ParseTree
- See Also:
- Serialized Form
Methods inherited from class antlr.BaseAST |
addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getText, getTokenNames, getType, removeChildren, setFirstChild, setNextSibling, setText, setType, setVerboseStringConversion, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
INVALID_ALT
public static final int INVALID_ALT
- See Also:
- Constant Field Values
ParseTreeRule
public ParseTreeRule(java.lang.String ruleName)
ParseTreeRule
public ParseTreeRule(java.lang.String ruleName,
int altNumber)
getRuleName
public java.lang.String getRuleName()
toString
public java.lang.String toString()
- Specified by:
toString
in interface AST
- Overrides:
toString
in class BaseAST