Uses of Class
com.gridsystems.beanfilter.Token

Uses of Token in com.gridsystems.beanfilter
 

Fields in com.gridsystems.beanfilter declared as Token
 Token ParseException.currentToken
          This is the last token that has been consumed successfully.
 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 com.gridsystems.beanfilter that return Token
 Token FilterParserTokenManager.getNextToken()
           
protected  Token FilterParserTokenManager.jjFillToken()
           
static Token Token.newToken(int ofKind)
          Returns a new Token object, by default.
 

Methods in com.gridsystems.beanfilter with parameters of type Token
 void BeanDescriptor.push(java.lang.Class<?> parent, Token token)
          Push in stack last field processed.
 

Constructors in com.gridsystems.beanfilter with parameters of type Token
AndNode(Token token, EvalValue lnode, EvalValue rnode)
          Creates a new instance.
ArrayValue(Token token, EvalValue value, Token arrayIndexType, java.lang.Class<?> parentClass)
          Creates a new instance.
BooleanValue(Token token, boolean value)
          Creates a new instance.
CollectionValue(Token token)
          Creates a new instance.
FieldValue(Token token, EvalValue base, EvalValue field)
          Creates a new instance.
NullValue(Token token)
          Creates a new instance.
NumValue(Token token, java.lang.String s)
          Creates a new instance.
OrNode(Token token, EvalValue lnode, EvalValue rnode)
          Creates a new instance.
ParenthesisValue(Token token, EvalValue value)
          Creates a new instance.
ParseException(Token currentTokenVal, int[][] expectedTokenSequencesVal, java.lang.String[] tokenImageVal)
          This constructor is used by the method "generateParseException" in the generated parser.
SelectWhereValue(Token selectToken, EvalValue select, Token whereToken, EvalNode where, java.lang.Class<?> parentClass)
          Creates a new instance.
SizeOfValue(Token token, EvalValue value)
          Creates a new instance.
StringValue(Token token, java.lang.String s)
          Creates a new instance.
ThisValue(Token token, java.lang.Class<?> thisClass)
          Creates a new instance.
VariableValue(Token token, java.lang.String s, java.lang.Class<?> parentClass)
          Creates a new instance.
 



Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.