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
           
(package private)  Token SimpleParser.JJCalls.first
           
protected  Token SimpleNode.first
           
protected  Token SimpleNode.last
           
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token NodeParser.token
           
 Token NodeParser.jj_nt
           
(package private)  Token NodeParser.JJCalls.first
           
 

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()
           
 Token SimpleNode.getLastToken()
           
 Token NodeParserTokenManager.getNextToken()
           
 Token NodeParser.PrimitiveType()
           
 Token NodeParser.getNextToken()
           
 Token NodeParser.getToken(int index)
           
 Token JavaParser.getToken(int i)
          Gets the Token attribute of the JavaParser object.
 

Methods in xjavadoc with parameters of type Token
(package private)  void SimpleParserTokenManager.SkipLexicalActions(Token matchedToken)
           
(package private)  void NodeParserTokenManager.SkipLexicalActions(Token matchedToken)
           
 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, String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
 



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