| Frames | No Frames |
Constructors with parameter type xjavadoc.Token | |
ParseException.ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal) This constructor is used by the method "generateParseException"
in the generated parser. | |
Describe what the XDoc constructor does
| |
Fields of type xjavadoc.Token | |
| Token | |
| Token | Token (which is linked in the AST) that holds the string representation of
the doc. |
| Token | |
| Token | |
| Token | |
| Token | This is the last token that has been consumed successfully. |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | A reference to the next regular (non-special) token from the input
stream. |
| Token | This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token. |
| Token | |
| Token | |
Methods with parameter type xjavadoc.Token | |
| void | |
| void | |
| void | Describe what the method does
|
| void | |
| void | |
| void | Sets the Token where we start. |
Methods with return type xjavadoc.Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | |
| Token | JavaParser.getToken(int i) Gets the Token attribute of the JavaParser object. |
| Token | NodeParser.getToken(int index) |
| Token | SimpleParser.getToken(int index) |
| Token | |
| Token | |
| Token | NodeParser.jj_consume_token(int kind) |
| Token | SimpleParser.jj_consume_token(int kind) |
| Token | Returns a new Token object, by default. |