

Public Member Functions | |
| CommonErrorNode (TokenStream input, Token start, Token stop, RecognitionException e) | |
| boolean | isNil () |
| int | getType () |
| String | getText () |
| String | toString () |
Public Attributes | |
| IntStream | input |
| Token | start |
| Token | stop |
| RecognitionException | trappedException |
Definition at line 33 of file CommonErrorNode.java.
| org.antlr.runtime.tree.CommonErrorNode.CommonErrorNode | ( | TokenStream | input, | |
| Token | start, | |||
| Token | stop, | |||
| RecognitionException | e | |||
| ) |
Definition at line 39 of file CommonErrorNode.java.
| boolean org.antlr.runtime.tree.CommonErrorNode.isNil | ( | ) |
Indicates the node is a nil node but may still have children, meaning the tree is a flat list.
Reimplemented from org.antlr.runtime.tree.CommonTree.
Definition at line 59 of file CommonErrorNode.java.
| int org.antlr.runtime.tree.CommonErrorNode.getType | ( | ) |
Return a token type; needed for tree parsing
Reimplemented from org.antlr.runtime.tree.CommonTree.
Definition at line 63 of file CommonErrorNode.java.
| String org.antlr.runtime.tree.CommonErrorNode.getText | ( | ) |
Reimplemented from org.antlr.runtime.tree.CommonTree.
Definition at line 67 of file CommonErrorNode.java.
| String org.antlr.runtime.tree.CommonErrorNode.toString | ( | ) | [virtual] |
Override to say how a node (not a tree) should look as text
Reimplemented from org.antlr.runtime.tree.CommonTree.
Definition at line 88 of file CommonErrorNode.java.
Definition at line 34 of file CommonErrorNode.java.
Definition at line 35 of file CommonErrorNode.java.
Definition at line 36 of file CommonErrorNode.java.
Definition at line 37 of file CommonErrorNode.java.
1.5.5