Uses of Class
org.apache.jsieve.parser.generated.address.Token

Packages that use Token
org.apache.jsieve.parser.address   
org.apache.jsieve.parser.generated.address   
 

Uses of Token in org.apache.jsieve.parser.address
 

Fields in org.apache.jsieve.parser.address declared as Token
 Token AddressNode.firstToken
           
 Token AddressNode.lastToken
           
 

Uses of Token in org.apache.jsieve.parser.generated.address
 

Fields in org.apache.jsieve.parser.generated.address declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token AddressListParser.jj_nt
          Next 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 AddressListParser.token
          Current token.
 

Methods in org.apache.jsieve.parser.generated.address that return Token
 Token AddressListParserTokenManager.getNextToken()
          Get the next Token.
 Token AddressListParser.getNextToken()
          Get the next Token.
 Token AddressListParser.getToken(int index)
          Get the specific Token.
protected  Token AddressListParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
           
static Token Token.newToken(int ofKind, java.lang.String image)
          Returns a new Token object, by default.
 

Constructors in org.apache.jsieve.parser.generated.address 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.
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.