Uses of Class xjavadoc.Token

Uses in package xjavadoc

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.
XDoc.XDoc(Token javadocToken, XProgramElement owner, XTagFactory tagFactory)
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
NodePrinter.print(Token t, PrintWriter out)
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
Gets the Token attribute of the JavaParser object.
Token
NodeParser.getToken(int index)
Token
Token
Token
Token
Token
Token
Token.newToken(int ofKind)
Returns a new Token object, by default.