Uses of Class
xjavadoc.Token

Packages that use Token
xjavadoc   
 

Uses of Token in xjavadoc
 

Fields in xjavadoc declared as Token
protected  Token SimpleNode.first
           
protected  Token SimpleNode.last
           
private  Token XDoc._javadocToken
          Token (which is linked in the AST) that holds the string representation of the doc.
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
private  Token AbstractProgramElement._token
           
private  Token AbstractProgramElement._javadocToken
           
private  Token NodeParser._nameToken
           
 Token NodeParser.token
           
 Token NodeParser.jj_nt
           
private  Token NodeParser.jj_scanpos
           
private  Token NodeParser.jj_lastpos
           
(package private)  Token NodeParser.JJCalls.first
           
private  Token SimpleParser._nameToken
           
 Token SimpleParser.token
           
 Token SimpleParser.jj_nt
           
private  Token SimpleParser.jj_scanpos
           
private  Token SimpleParser.jj_lastpos
           
(package private)  Token SimpleParser.JJCalls.first
           
 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.
 

Methods in xjavadoc that return Token
 Token SimpleNode.getFirstToken()
           
 Token SimpleNode.getLastToken()
           
 Token JavaParser.getToken(int i)
          Gets the Token attribute of the JavaParser object.
protected  Token NodeParserTokenManager.jjFillToken()
           
 Token NodeParserTokenManager.getNextToken()
           
 Token NodeParser.PrimitiveType()
           
private  Token NodeParser.jj_consume_token(int kind)
           
 Token NodeParser.getNextToken()
           
 Token NodeParser.getToken(int index)
           
 Token SimpleParser.PrimitiveType()
           
private  Token SimpleParser.jj_consume_token(int kind)
           
 Token SimpleParser.getNextToken()
           
 Token SimpleParser.getToken(int index)
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
protected  Token SimpleParserTokenManager.jjFillToken()
           
 Token SimpleParserTokenManager.getNextToken()
           
 

Methods in xjavadoc with parameters of type Token
 void AbstractProgramElement.setToken(Token token)
          Sets the Token where we start.
(package private)  void NodeParserTokenManager.SkipLexicalActions(Token matchedToken)
           
private static void NodeParser.setToken(AbstractProgramElement element, Token token)
           
private static void SimpleParser.setToken(AbstractProgramElement element, Token token)
           
(package private)  void SimpleParserTokenManager.SkipLexicalActions(Token matchedToken)
           
private static void NodePrinter.print(Token t, java.io.PrintWriter out)
          Describe what the method does
 

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.