Uses of Class
xjavadoc.Token

Packages that use Token
xjavadoc   
 

Uses of Token in xjavadoc
 

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

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

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

Constructors in xjavadoc with parameters of type Token
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
XDoc(Token javadocToken, XProgramElement owner, XTagFactory tagFactory)
          Describe what the XDoc constructor does