Uses of Class
xjavadoc.Token

Packages that use Token
xjavadoc   
 

Uses of Token in xjavadoc
 

Fields in xjavadoc declared as Token
 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
           
protected  Token SimpleNode.first
          This comment is not shared among first and last
protected  Token SimpleNode.last
          This comment is not shared among first and last
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token NodeParser.token
           
 Token NodeParser.jj_nt
           
 

Methods in xjavadoc that return Token
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 Token SimpleParserTokenManager.getNextToken()
           
 Token SimpleParser.PrimitiveType()
           
 Token SimpleParser.getNextToken()
           
 Token SimpleParser.getToken(int index)
           
 Token SimpleNode.getFirstToken()
          Gets the FirstToken attribute of the SimpleNode object
 Token SimpleNode.getLastToken()
          Gets the LastToken attribute of the SimpleNode object
 Token NodeParserTokenManager.getNextToken()
           
 Token NodeParser.PrimitiveType()
           
 Token NodeParser.getNextToken()
           
 Token NodeParser.getToken(int index)
           
 

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)
          Describe what the XDoc constructor does
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 



Copyright © 2002-2003 XDoclet Team. All Rights Reserved.