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

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

Uses of Token in org.apache.jsieve
 

Methods in org.apache.jsieve with parameters of type Token
protected  void NumberArgument.setValue(Token aToken)
          Sets the value of the receiver from a Token.
protected  void TagArgument.setTag(Token token)
          Method setTag.
 

Constructors in org.apache.jsieve with parameters of type Token
NumberArgument(Token token)
          Constructor for NumberArgument.
TagArgument(Token token)
          Constructor for TagArgument.
 

Uses of Token in org.apache.jsieve.parser
 

Methods in org.apache.jsieve.parser that return Token
 Token SieveNode.getFirstToken()
          Gets the first token comprising this node.
 Token SieveNode.getLastToken()
          Gets the last token comprising this node.
 

Methods in org.apache.jsieve.parser with parameters of type Token
 void SieveNode.setFirstToken(Token firstToken)
          Sets the first token comprising this node.
 void SieveNode.setLastToken(Token lastToken)
          Sets the last token comprising this node.
 

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

Fields in org.apache.jsieve.parser.generated declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 Token SieveParser.token
           
 Token SieveParser.jj_nt
           
 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.jsieve.parser.generated that return Token
protected  Token SieveParserTokenManager.jjFillToken()
           
 Token SieveParserTokenManager.getNextToken()
           
 Token SieveParser.getNextToken()
           
 Token SieveParser.getToken(int index)
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Constructors in org.apache.jsieve.parser.generated 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-2008 The Apache Software Foundation. All Rights Reserved.