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 TagArgument.setTag(Token token)
          Method setTag.
protected  void NumberArgument.setValue(Token aToken)
          Sets the value of the receiver from a Token.
 

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.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 SieveParser.token
          Current token.
 

Methods in org.apache.jsieve.parser.generated that return Token
 Token SieveParserTokenManager.getNextToken()
          Get the next Token.
 Token SieveParser.getNextToken()
          Get the next Token.
 Token SieveParser.getToken(int index)
          Get the specific Token.
protected  Token SieveParserTokenManager.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 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.