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

A

addEscapes(String) - Static method in error com.github.gdjennings.elrest.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AND - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.

B

backup(int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Backup a number of characters.
beginColumn - Variable in class com.github.gdjennings.elrest.Token
The column number of the first character of this Token.
beginLine - Variable in class com.github.gdjennings.elrest.Token
The line number of the first character of this Token.
BeginToken() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Start.
bufcolumn - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
buffer - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
bufline - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
bufpos - Variable in class com.github.gdjennings.elrest.SimpleCharStream
Position in buffer.
buildExpression(String, Map<String, Object>) - Method in class com.github.gdjennings.elrest.ELFilterImpl
 
buildExpression(String) - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 

C

column - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
com.github.gdjennings.elrest - package com.github.gdjennings.elrest
 
CompoundClause() - Constructor for class com.github.gdjennings.elrest.FilterExpression.CompoundClause
 
count() - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 
curChar - Variable in class com.github.gdjennings.elrest.FilterELParserTokenManager
 
currentToken - Variable in exception com.github.gdjennings.elrest.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class com.github.gdjennings.elrest.FilterELParserTokenManager
Debug output.
DEFAULT - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
Lexical state.
disable_tracing() - Method in class com.github.gdjennings.elrest.FilterELParser
Disable tracing.
distinct(String...) - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 
Done() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reset buffer when finished.
DOUBLE_QUOTED_STRING - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.

E

ELFilterImpl - Class in com.github.gdjennings.elrest
 
ELFilterImpl() - Constructor for class com.github.gdjennings.elrest.ELFilterImpl
 
enable_tracing() - Method in class com.github.gdjennings.elrest.FilterELParser
Enable tracing.
endColumn - Variable in class com.github.gdjennings.elrest.Token
The column number of the last character of this Token.
endLine - Variable in class com.github.gdjennings.elrest.Token
The line number of the last character of this Token.
EOF - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
End of File.
EOL - Static variable in exception com.github.gdjennings.elrest.ParseException
The end of line string for this machine.
EQUALS - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
ExpandBuff(boolean) - Method in class com.github.gdjennings.elrest.SimpleCharStream
 
expectedTokenSequences - Variable in exception com.github.gdjennings.elrest.ParseException
Each entry in this array is an array of integers.
expression() - Method in class com.github.gdjennings.elrest.FilterELParser
An expression is defined to be a queryTerm followed by zero or more query terms joined by either an AND or an OR.

F

FIELD_TERM - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
FillBuff() - Method in class com.github.gdjennings.elrest.SimpleCharStream
 
FilterELParser - Class in com.github.gdjennings.elrest
 
FilterELParser(String) - Constructor for class com.github.gdjennings.elrest.FilterELParser
 
FilterELParser(InputStream) - Constructor for class com.github.gdjennings.elrest.FilterELParser
Constructor with InputStream.
FilterELParser(InputStream, String) - Constructor for class com.github.gdjennings.elrest.FilterELParser
Constructor with InputStream and supplied encoding
FilterELParser(Reader) - Constructor for class com.github.gdjennings.elrest.FilterELParser
Constructor.
FilterELParser(FilterELParserTokenManager) - Constructor for class com.github.gdjennings.elrest.FilterELParser
Constructor with generated Token Manager.
FilterELParserConstants - Interface in com.github.gdjennings.elrest
Token literal values and constants.
FilterELParserTokenManager - Class in com.github.gdjennings.elrest
Token Manager.
FilterELParserTokenManager(SimpleCharStream) - Constructor for class com.github.gdjennings.elrest.FilterELParserTokenManager
Constructor.
FilterELParserTokenManager(SimpleCharStream, int) - Constructor for class com.github.gdjennings.elrest.FilterELParserTokenManager
Constructor.
FilterExpression - Class in com.github.gdjennings.elrest
 
FilterExpression() - Constructor for class com.github.gdjennings.elrest.FilterExpression
 
FilterExpression.Clause - Interface in com.github.gdjennings.elrest
 
FilterExpression.ComparisonOperator - Enum in com.github.gdjennings.elrest
 
FilterExpression.CompoundClause - Class in com.github.gdjennings.elrest
 
FilterExpression.LogicalOperator - Enum in com.github.gdjennings.elrest
 
FilterExpression.SimpleClause - Class in com.github.gdjennings.elrest
 
fromString(String) - Static method in enum com.github.gdjennings.elrest.FilterExpression.ComparisonOperator
 
FUNCTION - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.

G

generateParseException() - Method in class com.github.gdjennings.elrest.FilterELParser
Generate ParseException.
getBeginColumn() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Get token beginning line number.
getClause() - Method in class com.github.gdjennings.elrest.FilterExpression
 
getColumn() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Deprecated.
getEndColumn() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Get token end column number.
getEndLine() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Get token end line number.
GetImage() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Get token literal value.
getLine() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Deprecated.
getMessage() - Method in error com.github.gdjennings.elrest.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class com.github.gdjennings.elrest.FilterELParser
Get the next Token.
getNextToken() - Method in class com.github.gdjennings.elrest.FilterELParserTokenManager
Get the next Token.
getResultList(int, int) - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 
getResultList(int, int, EntityGraph) - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 
getSingleResult() - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 
GetSuffix(int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Get the suffix.
getTabSize() - Method in class com.github.gdjennings.elrest.SimpleCharStream
 
getToken(int) - Method in class com.github.gdjennings.elrest.FilterELParser
Get the specific Token.
getValue() - Method in class com.github.gdjennings.elrest.Token
An optional attribute value of the Token.
GREATERTHAN - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
GREATERTHANEQUAL - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
groupBy(String[], String, String[]) - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 

I

identifier - Variable in class com.github.gdjennings.elrest.FilterExpression.SimpleClause
 
image - Variable in class com.github.gdjennings.elrest.Token
The string image of the token.
IN - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
inBuf - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
input_stream - Variable in class com.github.gdjennings.elrest.FilterELParserTokenManager
 
inputStream - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
INVALID_LEXICAL_STATE - Static variable in error com.github.gdjennings.elrest.TokenMgrError
Tried to change to an invalid lexical state.

J

jj_nt - Variable in class com.github.gdjennings.elrest.FilterELParser
Next token.
jjFillToken() - Method in class com.github.gdjennings.elrest.FilterELParserTokenManager
 
jjstrLiteralImages - Static variable in class com.github.gdjennings.elrest.FilterELParserTokenManager
Token literal values.
JpaELFilterImpl - Class in com.github.gdjennings.elrest
 
JpaELFilterImpl(EntityManager, Class, Class) - Constructor for class com.github.gdjennings.elrest.JpaELFilterImpl
 

K

kind - Variable in class com.github.gdjennings.elrest.Token
An integer that describes the kind of this token.

L

left - Variable in class com.github.gdjennings.elrest.FilterExpression.CompoundClause
 
LESSTHAN - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
LESSTHANEQUAL - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
LEXICAL_ERROR - Static variable in error com.github.gdjennings.elrest.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error com.github.gdjennings.elrest.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.github.gdjennings.elrest.FilterELParserTokenManager
Lexer state names.
LIKE - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
line - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
LOOP_DETECTED - Static variable in error com.github.gdjennings.elrest.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.

M

main(String[]) - Static method in class com.github.gdjennings.elrest.FilterELParser
 
maxNextCharInd - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 

N

newToken(int, String) - Static method in class com.github.gdjennings.elrest.Token
Returns a new Token object, by default.
newToken(int) - Static method in class com.github.gdjennings.elrest.Token
 
next - Variable in class com.github.gdjennings.elrest.Token
A reference to the next regular (non-special) token from the input stream.
NOT_IN - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
NOT_LIKE - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
NOTEQUAL - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.

O

operator - Variable in class com.github.gdjennings.elrest.FilterExpression.CompoundClause
 
operator - Variable in class com.github.gdjennings.elrest.FilterExpression.SimpleClause
 
OR - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
orderBy(String) - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 

P

parse() - Method in class com.github.gdjennings.elrest.FilterELParser
Top level
ParseException - Exception in com.github.gdjennings.elrest
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception com.github.gdjennings.elrest.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception com.github.gdjennings.elrest.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception com.github.gdjennings.elrest.ParseException
Constructor with message.
prevCharIsCR - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
prevCharIsLF - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 

Q

queryTerm() - Method in class com.github.gdjennings.elrest.FilterELParser
Query terms may consist of a parenthetically separated expression or may be a query criteria of the form queryName = something or queryName.

R

readChar() - Method in class com.github.gdjennings.elrest.SimpleCharStream
Read a character.
ReInit(InputStream) - Method in class com.github.gdjennings.elrest.FilterELParser
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.gdjennings.elrest.FilterELParser
Reinitialise.
ReInit(Reader) - Method in class com.github.gdjennings.elrest.FilterELParser
Reinitialise.
ReInit(FilterELParserTokenManager) - Method in class com.github.gdjennings.elrest.FilterELParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class com.github.gdjennings.elrest.FilterELParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class com.github.gdjennings.elrest.FilterELParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
Reinitialise.
right - Variable in class com.github.gdjennings.elrest.FilterExpression.CompoundClause
 
RPAREN - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.

S

selectFields(String[]) - Method in class com.github.gdjennings.elrest.JpaELFilterImpl
 
setClause(FilterExpression.Clause) - Method in class com.github.gdjennings.elrest.FilterExpression
 
setDebugStream(PrintStream) - Method in class com.github.gdjennings.elrest.FilterELParserTokenManager
Set debug output.
setTabSize(int) - Method in class com.github.gdjennings.elrest.SimpleCharStream
 
SimpleCharStream - Class in com.github.gdjennings.elrest
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.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class com.github.gdjennings.elrest.SimpleCharStream
Constructor.
SimpleClause() - Constructor for class com.github.gdjennings.elrest.FilterExpression.SimpleClause
 
SINGLE_QUOTED_STRING - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
specialToken - Variable in class com.github.gdjennings.elrest.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
STATIC_LEXER_ERROR - Static variable in error com.github.gdjennings.elrest.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class com.github.gdjennings.elrest.SimpleCharStream
Whether parser is static.
STRING - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
SwitchTo(int) - Method in class com.github.gdjennings.elrest.FilterELParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 
token - Variable in class com.github.gdjennings.elrest.FilterELParser
Current token.
Token - Class in com.github.gdjennings.elrest
Describes the input token stream.
Token() - Constructor for class com.github.gdjennings.elrest.Token
No-argument constructor
Token(int) - Constructor for class com.github.gdjennings.elrest.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class com.github.gdjennings.elrest.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class com.github.gdjennings.elrest.FilterELParser
Generated Token Manager.
tokenImage - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
Literal token values.
tokenImage - Variable in exception com.github.gdjennings.elrest.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in com.github.gdjennings.elrest
Token Manager Error.
TokenMgrError() - Constructor for error com.github.gdjennings.elrest.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error com.github.gdjennings.elrest.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error com.github.gdjennings.elrest.TokenMgrError
Full Constructor.
toString() - Method in enum com.github.gdjennings.elrest.FilterExpression.ComparisonOperator
 
toString() - Method in class com.github.gdjennings.elrest.FilterExpression.CompoundClause
 
toString() - Method in class com.github.gdjennings.elrest.FilterExpression.SimpleClause
 
toString() - Method in class com.github.gdjennings.elrest.Token
Returns the image.
trackLineColumn - Variable in class com.github.gdjennings.elrest.SimpleCharStream
 

U

UpdateLineColumn(char) - Method in class com.github.gdjennings.elrest.SimpleCharStream
 

V

value - Variable in class com.github.gdjennings.elrest.FilterExpression.SimpleClause
 
VALUE_TERM - Static variable in interface com.github.gdjennings.elrest.FilterELParserConstants
RegularExpression Id.
valueOf(String) - Static method in enum com.github.gdjennings.elrest.FilterExpression.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.github.gdjennings.elrest.FilterExpression.LogicalOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.gdjennings.elrest.FilterExpression.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.github.gdjennings.elrest.FilterExpression.LogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G I J K L M N O P Q R S T U V 
Skip navigation links