Uses of Class
org.apache.velocity.runtime.parser.Token

Packages that use Token
org.apache.velocity.runtime.parser   
org.apache.velocity.runtime.parser.node   
 

Uses of Token in org.apache.velocity.runtime.parser
 

Fields in org.apache.velocity.runtime.parser declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token Parser.token
           
 Token Parser.jj_nt
           
private  Token Parser.jj_scanpos
           
private  Token Parser.jj_lastpos
           
(package private)  Token Parser.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 org.apache.velocity.runtime.parser that return Token
private  Token Parser.jj_consume_token(int kind)
           
 Token Parser.getNextToken()
           
 Token Parser.getToken(int index)
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
private  Token ParserTokenManager.jjFillToken()
           
 Token ParserTokenManager.getNextToken()
           
 

Methods in org.apache.velocity.runtime.parser with parameters of type Token
(package private)  void ParserTokenManager.SkipLexicalActions(Token matchedToken)
           
(package private)  void ParserTokenManager.TokenLexicalActions(Token matchedToken)
           
 

Constructors in org.apache.velocity.runtime.parser 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.
 

Uses of Token in org.apache.velocity.runtime.parser.node
 

Fields in org.apache.velocity.runtime.parser.node declared as Token
protected  Token SimpleNode.first
           
protected  Token SimpleNode.last
           
 

Methods in org.apache.velocity.runtime.parser.node that return Token
 Token SimpleNode.getFirstToken()
           
 Token SimpleNode.getLastToken()
           
 Token Node.getFirstToken()
           
 Token Node.getLastToken()
           
 

Methods in org.apache.velocity.runtime.parser.node with parameters of type Token
 void SimpleNode.setFirstToken(Token t)
           
static java.lang.String NodeUtils.specialText(Token t)
          Collect all the s that are carried along with a token.
static java.lang.String NodeUtils.tokenLiteral(Token t)
          complete node literal
 



Copyright © 2002 Apache Software Foundation. All Rights Reserved.