A B C D E F G I J K L M N O P R S T U V W

A

add(EvalValue, Class<?>) - Method in class com.gridsystems.beanfilter.CollectionValue
Adds an item to this collection.
add_escapes(String) - Method in exception com.gridsystems.beanfilter.ParseException
Used to convert raw characters to their escaped version when these raw version cannot be used as part of an ASCII string literal.
addEscapes(String) - Static method in error com.gridsystems.beanfilter.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
ALLITEMS - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
AllItemsHashSet - Class in com.gridsystems.beanfilter
Set to indicate that operations with this set must pass over all items.
AllItemsHashSet() - Constructor for class com.gridsystems.beanfilter.AllItemsHashSet
Public constructor.
AllItemsHashSet(int) - Constructor for class com.gridsystems.beanfilter.AllItemsHashSet
 
AND - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
AndNode - Class in com.gridsystems.beanfilter
AND operation node.
AndNode(Token, EvalValue, EvalValue) - Constructor for class com.gridsystems.beanfilter.AndNode
Creates a new instance.
ANYITEMS - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
AnyItemsHashSet - Class in com.gridsystems.beanfilter
Set to indicate that operations with this set must pass over any items.
AnyItemsHashSet() - Constructor for class com.gridsystems.beanfilter.AnyItemsHashSet
Public constructor.
AnyItemsHashSet(int) - Constructor for class com.gridsystems.beanfilter.AnyItemsHashSet
 
arrayToHash(Object, ArrayValue.ArrayType) - Static method in class com.gridsystems.beanfilter.ArrayValue
Convert an object array to HashSet.
ArrayValue - Class in com.gridsystems.beanfilter
Collection operations node (contains, in).
ArrayValue(Token, EvalValue, Token, Class<?>) - Constructor for class com.gridsystems.beanfilter.ArrayValue
Creates a new instance.
ArrayValue.ArrayType - Enum in com.gridsystems.beanfilter
Forms to access to this array.

B

backup(int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
BeanDescriptor - Class in com.gridsystems.beanfilter
Bean Fields Description for evaluation.
beginColumn - Variable in class com.gridsystems.beanfilter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
beginLine - Variable in class com.gridsystems.beanfilter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
BeginToken() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
BOOLEAN - Static variable in class com.gridsystems.beanfilter.EvalValue
Boolean type.
BooleanNode - Class in com.gridsystems.beanfilter
Node that evaluates its internal node as if it is a boolean value.
BooleanNode(EvalValue) - Constructor for class com.gridsystems.beanfilter.BooleanNode
Creates a new instance.
BooleanValue - Class in com.gridsystems.beanfilter
A boolean value (true or false).
BooleanValue(Token, boolean) - Constructor for class com.gridsystems.beanfilter.BooleanValue
Creates a new instance.
bufcolumn - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
buffer - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
bufline - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
bufpos - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 

C

COLLECTION - Static variable in class com.gridsystems.beanfilter.EvalValue
Collection type.
CollectionNode - Class in com.gridsystems.beanfilter
Collection operations node (contains, in).
CollectionNode(EvalValue, int, EvalValue) - Constructor for class com.gridsystems.beanfilter.CollectionNode
Creates a new instance.
CollectionValue - Class in com.gridsystems.beanfilter
List / Set Value.
CollectionValue(Token) - Constructor for class com.gridsystems.beanfilter.CollectionValue
Creates a new instance.
column - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
com.gridsystems.beanfilter - package com.gridsystems.beanfilter
 
COMMA - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
CompareNode - Class in com.gridsystems.beanfilter
Comparison operation.
CompareNode(EvalValue, int, EvalValue, Class<?>) - Constructor for class com.gridsystems.beanfilter.CompareNode
Creates a new instance.
CONTAINS - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
curChar - Variable in class com.gridsystems.beanfilter.FilterParserTokenManager
 
currentToken - Variable in exception com.gridsystems.beanfilter.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class com.gridsystems.beanfilter.FilterParserTokenManager
 
DEFAULT - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
Done() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
DOT - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 

E

endColumn - Variable in class com.gridsystems.beanfilter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
endLine - Variable in class com.gridsystems.beanfilter.Token
beginLine and beginColumn describe the position of the first character of this token; endLine and endColumn describe the position of the last character of this token.
EOF - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
eol - Variable in exception com.gridsystems.beanfilter.ParseException
The end of line string for this machine.
EQ - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
ESCAPES - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
eval(Object) - Method in class com.gridsystems.beanfilter.AndNode
Evaluates the node.
eval(Object) - Method in class com.gridsystems.beanfilter.BooleanNode
Evaluates the node.
eval(Object) - Method in class com.gridsystems.beanfilter.CollectionNode
Evaluates the node.
eval(Object) - Method in class com.gridsystems.beanfilter.CompareNode
Evaluates the node.
eval(Object) - Method in class com.gridsystems.beanfilter.EvalNode
Evaluates the node.
eval(Object) - Method in class com.gridsystems.beanfilter.Filter
Evaluates the filter.
eval(Object) - Method in class com.gridsystems.beanfilter.NotNode
Evaluates the node.
eval(Object) - Method in class com.gridsystems.beanfilter.OrNode
Evaluates the node.
EvalException - Exception in com.gridsystems.beanfilter
KernelException implementation for errors in BeanFilter evaluation.
EvalException(String, Object...) - Constructor for exception com.gridsystems.beanfilter.EvalException
Creates a new instance.
EvalException(Throwable, String, Object...) - Constructor for exception com.gridsystems.beanfilter.EvalException
Creates a new instance.
EvalNode - Class in com.gridsystems.beanfilter
Evaluation tree node.
EvalNode(int, int) - Constructor for class com.gridsystems.beanfilter.EvalNode
Creates a new instance.
evaluateOperation(EvalValue, EvalValue, Object, int, Object) - Static method in class com.gridsystems.beanfilter.CompareNode
 
EvalValue - Class in com.gridsystems.beanfilter
Type description.
EvalValue(int, int) - Constructor for class com.gridsystems.beanfilter.EvalValue
Creates a new instance.
ExpandBuff(boolean) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
expectedTokenSequences - Variable in exception com.gridsystems.beanfilter.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 

F

FALSE - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
FieldValue - Class in com.gridsystems.beanfilter
Object field value.
FieldValue(Token, EvalValue, EvalValue) - Constructor for class com.gridsystems.beanfilter.FieldValue
Creates a new instance.
FillBuff() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
Filter - Class in com.gridsystems.beanfilter
Agent filter.
Filter(String, Class<?>) - Constructor for class com.gridsystems.beanfilter.Filter
Creates a new instance.
FilterParserConstants - Interface in com.gridsystems.beanfilter
 
FilterParserTokenManager - Class in com.gridsystems.beanfilter
 
FilterParserTokenManager(SimpleCharStream) - Constructor for class com.gridsystems.beanfilter.FilterParserTokenManager
 
FilterParserTokenManager(SimpleCharStream, int) - Constructor for class com.gridsystems.beanfilter.FilterParserTokenManager
 

G

GE - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
getBeginColumn() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
getBeginLine() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
getCharPos() - Method in class com.gridsystems.beanfilter.EvalValue
Gets the char position of the beginning of this value in the filter expression.
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.ArrayValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.BooleanValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.CollectionValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.EvalNode
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.EvalValue
 
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.FieldValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.NullValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.NumValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.ParenthesisValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.SelectWhereValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.SizeOfValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.StringValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.ThisValue
getClassValue(Class<?>) - Method in class com.gridsystems.beanfilter.VariableValue
getColumn() - Method in class com.gridsystems.beanfilter.SimpleCharStream
Deprecated.  
getEndColumn() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
getEndLine() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
getExpr() - Method in class com.gridsystems.beanfilter.Filter
Gets the filter expression.
getFormattedExpr() - Method in class com.gridsystems.beanfilter.Filter
For DEBUG purposes.
GetImage() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
getInstance(Class<?>) - Static method in class com.gridsystems.beanfilter.BeanDescriptor
Factory method.
getLeftNode() - Method in class com.gridsystems.beanfilter.OrNode
Gets the left node.
getLeftValue() - Method in class com.gridsystems.beanfilter.AndNode
Gets the left node.
getLeftValue() - Method in class com.gridsystems.beanfilter.CompareNode
Gets the left value.
getLine() - Method in class com.gridsystems.beanfilter.SimpleCharStream
Deprecated.  
getLinePos() - Method in class com.gridsystems.beanfilter.EvalValue
Gets the line position of the beginning of this value in the filter expression.
getMessage() - Method in exception com.gridsystems.beanfilter.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error com.gridsystems.beanfilter.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMethod(String) - Method in class com.gridsystems.beanfilter.BeanDescriptor
Gets the method needed to read the specified field.
getNextToken() - Method in class com.gridsystems.beanfilter.FilterParserTokenManager
 
getOp() - Method in class com.gridsystems.beanfilter.CompareNode
Gets the operation of this node.
getOriginalSize() - Method in class com.gridsystems.beanfilter.AllItemsHashSet
 
getOriginalSize() - Method in class com.gridsystems.beanfilter.AnyItemsHashSet
 
getRightNode() - Method in class com.gridsystems.beanfilter.AndNode
Gets the right node.
getRightNode() - Method in class com.gridsystems.beanfilter.OrNode
Gets the right node.
getRightValue() - Method in class com.gridsystems.beanfilter.CompareNode
Gets the right value.
GetSuffix(int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
getTabSize(int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
getValue(Object) - Method in class com.gridsystems.beanfilter.ArrayValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.BooleanValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.CollectionValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.EvalNode
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.EvalValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.FieldValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.NullValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.NumValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.ParenthesisValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.SelectWhereValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.SizeOfValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.StringValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.ThisValue
Gets the value.
getValue(Object) - Method in class com.gridsystems.beanfilter.VariableValue
Gets the value.
GT - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 

I

IDENTIFIER - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
image - Variable in class com.gridsystems.beanfilter.Token
The string image of the token.
IN - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
inBuf - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
input_stream - Variable in class com.gridsystems.beanfilter.FilterParserTokenManager
 
inputStream - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 

J

jjFillToken() - Method in class com.gridsystems.beanfilter.FilterParserTokenManager
 
jjstrLiteralImages - Static variable in class com.gridsystems.beanfilter.FilterParserTokenManager
 

K

kind - Variable in class com.gridsystems.beanfilter.Token
An integer that describes the kind of this token.

L

LBRACKET - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
LE - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error com.gridsystems.beanfilter.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
lexStateNames - Static variable in class com.gridsystems.beanfilter.FilterParserTokenManager
 
LIKE - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
line - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
LPAREN - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
LT - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 

M

MATCHES - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
maxNextCharInd - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 

N

NE - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
newToken(int) - Static method in class com.gridsystems.beanfilter.Token
Returns a new Token object, by default.
next - Variable in class com.gridsystems.beanfilter.Token
A reference to the next regular (non-special) token from the input stream.
NOT - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
NotNode - Class in com.gridsystems.beanfilter
Evaluates a node and negates it.
NotNode(EvalValue) - Constructor for class com.gridsystems.beanfilter.NotNode
Creates a new instance.
NULL - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
NullValue - Class in com.gridsystems.beanfilter
Value that represents a null value.
NullValue(Token) - Constructor for class com.gridsystems.beanfilter.NullValue
Creates a new instance.
NUMBER - Static variable in class com.gridsystems.beanfilter.EvalValue
Numeric type.
NUMBER - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
NumValue - Class in com.gridsystems.beanfilter
Numeric value.
NumValue(Token, String) - Constructor for class com.gridsystems.beanfilter.NumValue
Creates a new instance.

O

OR - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
OrNode - Class in com.gridsystems.beanfilter
OR logic operation.
OrNode(Token, EvalValue, EvalValue) - Constructor for class com.gridsystems.beanfilter.OrNode
Creates a new instance.

P

ParenthesisValue - Class in com.gridsystems.beanfilter
Parenthesis Value.
ParenthesisValue(Token, EvalValue) - Constructor for class com.gridsystems.beanfilter.ParenthesisValue
Creates a new instance.
parse(String, Class<?>) - Static method in class com.gridsystems.beanfilter.Parser
Parses the specified string as an expression to evaluate on object of class 'c'.
ParseException - Exception in com.gridsystems.beanfilter
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.gridsystems.beanfilter.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.gridsystems.beanfilter.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.gridsystems.beanfilter.ParseException
 
Parser - Class in com.gridsystems.beanfilter
FilterParser facade.
prevCharIsCR - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
prevCharIsLF - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
push(Class<?>, Token) - Method in class com.gridsystems.beanfilter.BeanDescriptor
Push in stack last field processed.

R

RBRACKET - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
readChar() - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(SimpleCharStream) - Method in class com.gridsystems.beanfilter.FilterParserTokenManager
 
ReInit(SimpleCharStream, int) - Method in class com.gridsystems.beanfilter.FilterParserTokenManager
 
ReInit(Reader, int, int, int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(Reader) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(InputStream, String) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(InputStream) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
RPAREN - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 

S

SELECT - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
SelectWhereValue - Class in com.gridsystems.beanfilter
EvalValue to process select-where command.
SelectWhereValue(Token, EvalValue, Token, EvalNode, Class<?>) - Constructor for class com.gridsystems.beanfilter.SelectWhereValue
Creates a new instance.
setDebugStream(PrintStream) - Method in class com.gridsystems.beanfilter.FilterParserTokenManager
 
setExpr(String) - Method in class com.gridsystems.beanfilter.Filter
Modifies this filter expression.
setTabSize(int) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 
setTypeList(int) - Method in class com.gridsystems.beanfilter.CollectionValue
 
SimpleCharStream - Class in com.gridsystems.beanfilter
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class com.gridsystems.beanfilter.SimpleCharStream
 
SIZEOF - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
SizeOfValue - Class in com.gridsystems.beanfilter
Evaluates sizeOf.
SizeOfValue(Token, EvalValue) - Constructor for class com.gridsystems.beanfilter.SizeOfValue
Creates a new instance.
specialConstructor - Variable in exception com.gridsystems.beanfilter.ParseException
This variable determines which constructor was used to create this object and thereby affects the semantics of the "getMessage" method (see below).
specialToken - Variable in class com.gridsystems.beanfilter.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
staticFlag - Static variable in class com.gridsystems.beanfilter.SimpleCharStream
 
STRING - Static variable in class com.gridsystems.beanfilter.EvalValue
String type.
STRING - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
STRING1 - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
STRING2 - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
StringValue - Class in com.gridsystems.beanfilter
String value.
StringValue(Token, String) - Constructor for class com.gridsystems.beanfilter.StringValue
Creates a new instance.
SwitchTo(int) - Method in class com.gridsystems.beanfilter.FilterParserTokenManager
 

T

tabSize - Variable in class com.gridsystems.beanfilter.SimpleCharStream
 
THIS - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
ThisValue - Class in com.gridsystems.beanfilter
represents the actual value value.
ThisValue(Token, Class<?>) - Constructor for class com.gridsystems.beanfilter.ThisValue
Creates a new instance.
Token - Class in com.gridsystems.beanfilter
Describes the input token stream.
Token() - Constructor for class com.gridsystems.beanfilter.Token
 
tokenImage - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 
tokenImage - Variable in exception com.gridsystems.beanfilter.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in com.gridsystems.beanfilter
 
TokenMgrError() - Constructor for error com.gridsystems.beanfilter.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error com.gridsystems.beanfilter.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error com.gridsystems.beanfilter.TokenMgrError
 
toString() - Method in class com.gridsystems.beanfilter.AndNode
toString() - Method in class com.gridsystems.beanfilter.ArrayValue
toString() - Method in class com.gridsystems.beanfilter.BooleanNode
toString() - Method in class com.gridsystems.beanfilter.BooleanValue
toString() - Method in class com.gridsystems.beanfilter.CollectionNode
toString() - Method in class com.gridsystems.beanfilter.CollectionValue
toString() - Method in class com.gridsystems.beanfilter.CompareNode
toString() - Method in class com.gridsystems.beanfilter.FieldValue
toString() - Method in class com.gridsystems.beanfilter.Filter
toString() - Method in class com.gridsystems.beanfilter.NotNode
toString() - Method in class com.gridsystems.beanfilter.NullValue
toString() - Method in class com.gridsystems.beanfilter.NumValue
toString() - Method in class com.gridsystems.beanfilter.OrNode
toString() - Method in class com.gridsystems.beanfilter.ParenthesisValue
toString() - Method in class com.gridsystems.beanfilter.SelectWhereValue
toString() - Method in class com.gridsystems.beanfilter.SizeOfValue
toString() - Method in class com.gridsystems.beanfilter.StringValue
toString() - Method in class com.gridsystems.beanfilter.ThisValue
toString() - Method in class com.gridsystems.beanfilter.Token
Returns the image.
toString() - Method in class com.gridsystems.beanfilter.VariableValue
TRUE - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 

U

UNKNOWN - Static variable in class com.gridsystems.beanfilter.EvalValue
Unknown type.
UpdateLineColumn(char) - Method in class com.gridsystems.beanfilter.SimpleCharStream
 

V

valueOf(String) - Static method in enum com.gridsystems.beanfilter.ArrayValue.ArrayType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gridsystems.beanfilter.ArrayValue.ArrayType
Returns an array containing the constants of this enum type, in the order they are declared.
VariableValue - Class in com.gridsystems.beanfilter
Name of the variable or the final field in a path.
VariableValue(Token, String, Class<?>) - Constructor for class com.gridsystems.beanfilter.VariableValue
Creates a new instance.
VOID - Static variable in class com.gridsystems.beanfilter.EvalValue
Void type.

W

WHERE - Static variable in interface com.gridsystems.beanfilter.FilterParserConstants
 

A B C D E F G I J K L M N O P R S T U V W

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