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

A

addEscapes(String) - Static method in error cz.jirutka.rsql.parser.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AND - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
ARG_STATE - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
Lexical state.
argument() - Method in class cz.jirutka.rsql.parser.RSQLParser
<ARGUMENT> : (~["(",")",";",","," "])+ | ("'"(~["'"])+"'") | ("\""(~["\""] )+"\"")
ARGUMENT - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.

B

backup(int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Backup a number of characters.
beginColumn - Variable in class cz.jirutka.rsql.parser.Token
The column number of the first character of this Token.
beginLine - Variable in class cz.jirutka.rsql.parser.Token
The line number of the first character of this Token.
BeginToken() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Start.
bufcolumn - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
buffer - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
bufline - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
bufpos - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
Position in buffer.

C

column - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
Comparison - Enum in cz.jirutka.rsql.parser.model
Comparison operator which is used in ComparisonExpression.
comparison() - Method in class cz.jirutka.rsql.parser.RSQLParser
<COMPARISON> : ("=="|"=lt="|"=le="|"=gt="|"=ge="|"="|"!="|"<"|"<="|">"|">=")
ComparisonExpression - Class in cz.jirutka.rsql.parser.model
Represents a comparison expression (constraint) which consists of triplet: selector - operator - argument.
ComparisonExpression(String, Comparison, String) - Constructor for class cz.jirutka.rsql.parser.model.ComparisonExpression
Construct a new Comparison expression.
conjunction() - Method in class cz.jirutka.rsql.parser.RSQLParser
conjunction -> constraint ( <AND> conjunction )?
constraint() - Method in class cz.jirutka.rsql.parser.RSQLParser
constraint -> <SELECTOR> <COMPARISON> <ARGUMENT> | <LPAREN> disjunction <RPAREN>
curChar - Variable in class cz.jirutka.rsql.parser.RSQLParserTokenManager
 
currentToken - Variable in exception cz.jirutka.rsql.parser.ParseException
This is the last token that has been consumed successfully.
cz.jirutka.rsql.parser - package cz.jirutka.rsql.parser
 
cz.jirutka.rsql.parser.model - package cz.jirutka.rsql.parser.model
 

D

debugStream - Variable in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Debug output.
DEFAULT - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
Lexical state.
disable_tracing() - Method in class cz.jirutka.rsql.parser.RSQLParser
Disable tracing.
disjunction() - Method in class cz.jirutka.rsql.parser.RSQLParser
disjunction -> conjunction ( <OR> disjunction )?
Done() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reset buffer when finished.

E

enable_tracing() - Method in class cz.jirutka.rsql.parser.RSQLParser
Enable tracing.
ENCODING - Static variable in class cz.jirutka.rsql.parser.RSQLParser
 
endColumn - Variable in class cz.jirutka.rsql.parser.Token
The column number of the last character of this Token.
endLine - Variable in class cz.jirutka.rsql.parser.Token
The line number of the last character of this Token.
EOF - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
End of File.
eol - Variable in exception cz.jirutka.rsql.parser.ParseException
The end of line string for this machine.
EQ - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
equals(Object) - Method in class cz.jirutka.rsql.parser.model.ComparisonExpression
 
equals(Object) - Method in class cz.jirutka.rsql.parser.model.LogicalExpression
 
ExpandBuff(boolean) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
 
expectedTokenSequences - Variable in exception cz.jirutka.rsql.parser.ParseException
Each entry in this array is an array of integers.
Expression - Class in cz.jirutka.rsql.parser.model
Expression() - Constructor for class cz.jirutka.rsql.parser.model.Expression
 

F

FillBuff() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
 

G

GE - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
generateParseException() - Method in class cz.jirutka.rsql.parser.RSQLParser
Generate ParseException.
getArgument() - Method in class cz.jirutka.rsql.parser.model.ComparisonExpression
 
getBeginColumn() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Deprecated.
getEndColumn() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Get token end column number.
getEndLine() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Get token end line number.
GetImage() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Get token literal value.
getLeft() - Method in class cz.jirutka.rsql.parser.model.LogicalExpression
 
getLine() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Deprecated.
getMessage() - Method in error cz.jirutka.rsql.parser.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class cz.jirutka.rsql.parser.RSQLParser
Get the next Token.
getNextToken() - Method in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Get the next Token.
getOperator() - Method in class cz.jirutka.rsql.parser.model.ComparisonExpression
 
getOperator() - Method in class cz.jirutka.rsql.parser.model.LogicalExpression
 
getRight() - Method in class cz.jirutka.rsql.parser.model.LogicalExpression
 
getSelector() - Method in class cz.jirutka.rsql.parser.model.ComparisonExpression
Get selector which identifies some element of an entry's content.
GetSuffix(int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Get the suffix.
getTabSize(int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
 
getToken(int) - Method in class cz.jirutka.rsql.parser.RSQLParser
Get the specific Token.
getValue() - Method in class cz.jirutka.rsql.parser.Token
An optional attribute value of the Token.
GT - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.

H

hashCode() - Method in class cz.jirutka.rsql.parser.model.ComparisonExpression
 
hashCode() - Method in class cz.jirutka.rsql.parser.model.LogicalExpression
 

I

IDENTIFIER - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
image - Variable in class cz.jirutka.rsql.parser.Token
The string image of the token.
inBuf - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
input() - Method in class cz.jirutka.rsql.parser.RSQLParser
input -> disjunction
input_stream - Variable in class cz.jirutka.rsql.parser.RSQLParserTokenManager
 
inputStream - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
isComparison() - Method in class cz.jirutka.rsql.parser.model.Expression
 
isLogical() - Method in class cz.jirutka.rsql.parser.model.Expression
 

J

jj_nt - Variable in class cz.jirutka.rsql.parser.RSQLParser
Next token.
jjFillToken() - Method in class cz.jirutka.rsql.parser.RSQLParserTokenManager
 
jjnewLexState - Static variable in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Lex State array.
jjstrLiteralImages - Static variable in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Token literal values.

K

kind - Variable in class cz.jirutka.rsql.parser.Token
An integer that describes the kind of this token.

L

LE - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
LexicalError(boolean, int, int, int, String, char) - Static method in error cz.jirutka.rsql.parser.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 cz.jirutka.rsql.parser.RSQLParserTokenManager
Lexer state names.
line - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
Logical - Enum in cz.jirutka.rsql.parser.model
Logical operator which is used in LogicalExpression.
LogicalExpression - Class in cz.jirutka.rsql.parser.model
Represents a logical expression which is composed of two expressions (comparison or another logical).
LogicalExpression(Expression, Logical, Expression) - Constructor for class cz.jirutka.rsql.parser.model.LogicalExpression
Construct a new Logical expression.
LPAREN - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
LT - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.

M

maxNextCharInd - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 

N

NE - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
newToken(int, String) - Static method in class cz.jirutka.rsql.parser.Token
Returns a new Token object, by default.
newToken(int) - Static method in class cz.jirutka.rsql.parser.Token
 
next - Variable in class cz.jirutka.rsql.parser.Token
A reference to the next regular (non-special) token from the input stream.

O

OR - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.

P

parse(String) - Static method in class cz.jirutka.rsql.parser.RSQLParser
Parse given query expression and build query tree.
ParseException - Exception in cz.jirutka.rsql.parser
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception cz.jirutka.rsql.parser.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception cz.jirutka.rsql.parser.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception cz.jirutka.rsql.parser.ParseException
Constructor with message.
prevCharIsCR - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
prevCharIsLF - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 

Q

QNAME - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.

R

readChar() - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Read a character.
ReInit(InputStream) - Method in class cz.jirutka.rsql.parser.RSQLParser
Reinitialise.
ReInit(InputStream, String) - Method in class cz.jirutka.rsql.parser.RSQLParser
Reinitialise.
ReInit(Reader) - Method in class cz.jirutka.rsql.parser.RSQLParser
Reinitialise.
ReInit(RSQLParserTokenManager) - Method in class cz.jirutka.rsql.parser.RSQLParser
Reinitialise.
ReInit(SimpleCharStream) - Method in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
Reinitialise.
RPAREN - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
RSQLParser - Class in cz.jirutka.rsql.parser
Parser of RSQL (RESTful Service Query Language)
RSQLParser(InputStream) - Constructor for class cz.jirutka.rsql.parser.RSQLParser
Constructor with InputStream.
RSQLParser(InputStream, String) - Constructor for class cz.jirutka.rsql.parser.RSQLParser
Constructor with InputStream and supplied encoding
RSQLParser(Reader) - Constructor for class cz.jirutka.rsql.parser.RSQLParser
Constructor.
RSQLParser(RSQLParserTokenManager) - Constructor for class cz.jirutka.rsql.parser.RSQLParser
Constructor with generated Token Manager.
RSQLParserConstants - Interface in cz.jirutka.rsql.parser
Token literal values and constants.
RSQLParserTokenManager - Class in cz.jirutka.rsql.parser
Token Manager.
RSQLParserTokenManager(SimpleCharStream) - Constructor for class cz.jirutka.rsql.parser.RSQLParserTokenManager
Constructor.
RSQLParserTokenManager(SimpleCharStream, int) - Constructor for class cz.jirutka.rsql.parser.RSQLParserTokenManager
Constructor.

S

selector() - Method in class cz.jirutka.rsql.parser.RSQLParser
<SELECTOR> : <#QNAME> ( ["/","."] <#QNAME> )* <#QNAME> : <#IDENTIFIER> (":" <#IDENTIFIER> )? <#IDENTIFIER> : ( ["a"-"z","A"-"Z","_","0"-"9","-"] )+
SELECTOR - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
RegularExpression Id.
setDebugStream(PrintStream) - Method in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Set debug output.
setTabSize(int) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
 
SimpleCharStream - Class in cz.jirutka.rsql.parser
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 cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class cz.jirutka.rsql.parser.SimpleCharStream
Constructor.
specialToken - Variable in class cz.jirutka.rsql.parser.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 cz.jirutka.rsql.parser.SimpleCharStream
Whether parser is static.
SwitchTo(int) - Method in class cz.jirutka.rsql.parser.RSQLParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class cz.jirutka.rsql.parser.SimpleCharStream
 
token - Variable in class cz.jirutka.rsql.parser.RSQLParser
Current token.
Token - Class in cz.jirutka.rsql.parser
Describes the input token stream.
Token() - Constructor for class cz.jirutka.rsql.parser.Token
No-argument constructor
Token(int) - Constructor for class cz.jirutka.rsql.parser.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class cz.jirutka.rsql.parser.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class cz.jirutka.rsql.parser.RSQLParser
Generated Token Manager.
tokenImage - Variable in exception cz.jirutka.rsql.parser.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface cz.jirutka.rsql.parser.RSQLParserConstants
Literal token values.
TokenMgrError - Error in cz.jirutka.rsql.parser
Token Manager Error.
TokenMgrError() - Constructor for error cz.jirutka.rsql.parser.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error cz.jirutka.rsql.parser.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error cz.jirutka.rsql.parser.TokenMgrError
Full Constructor.
toString() - Method in enum cz.jirutka.rsql.parser.model.Comparison
 
toString() - Method in class cz.jirutka.rsql.parser.model.ComparisonExpression
 
toString() - Method in class cz.jirutka.rsql.parser.model.LogicalExpression
 
toString() - Method in class cz.jirutka.rsql.parser.Token
Returns the image.

U

UpdateLineColumn(char) - Method in class cz.jirutka.rsql.parser.SimpleCharStream
 

V

valueOf(String) - Static method in enum cz.jirutka.rsql.parser.model.Comparison
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.jirutka.rsql.parser.model.Logical
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.jirutka.rsql.parser.model.Comparison
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.jirutka.rsql.parser.model.Logical
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J K L M N O P Q R S T U V 

Copyright © 2011–2014. All rights reserved.