|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Token | |
xjavadoc |
Uses of Token in xjavadoc |
Fields in xjavadoc declared as Token | |
protected Token |
SimpleNode.first
|
protected Token |
SimpleNode.last
|
Token |
NodeParser.token
|
Token |
NodeParser.jj_nt
|
Token |
ParseException.currentToken
This is the last token that has been consumed successfully. |
Token |
Token.next
A reference to the next regular (non-special) token from the input stream. |
Token |
Token.specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. |
Token |
SimpleParser.token
|
Token |
SimpleParser.jj_nt
|
Methods in xjavadoc that return Token | |
Token |
SimpleNode.getFirstToken()
|
Token |
SimpleNode.getLastToken()
|
Token |
NodeParser.PrimitiveType()
|
Token |
NodeParser.getNextToken()
|
Token |
NodeParser.getToken(int index)
|
Token |
NodeParserTokenManager.getNextToken()
|
static Token |
Token.newToken(int ofKind)
Returns a new Token object, by default. |
Token |
SimpleParser.PrimitiveType()
|
Token |
SimpleParser.getNextToken()
|
Token |
SimpleParser.getToken(int index)
|
Token |
SimpleParserTokenManager.getNextToken()
|
Methods in xjavadoc with parameters of type Token | |
void |
AbstractProgramElement.setToken(Token token)
Sets the Token where we start. |
Constructors in xjavadoc with parameters of type Token | |
XDoc(Token javadocToken,
XProgramElement owner,
XTagFactory tagFactory)
Describe what the XDoc constructor does |
|
ParseException(Token currentTokenVal,
int[][] expectedTokenSequencesVal,
java.lang.String[] tokenImageVal)
This constructor is used by the method "generateParseException" in the generated parser. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |