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

A

AbsExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
AbsExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ABSTRACT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
ABSTRACT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
add_escapes(String) - Method in exception org.openl.grammar.jgrammar.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 org.openl.grammar.bexgrammar.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in error org.openl.grammar.jgrammar.TokenMgrError
Replaces unprintable characters by their espaced (or unicode escaped) equivalents in the given string
addEscapes(String) - Static method in class org.openl.grammar.ParserErrorMessage
 
AdditiveExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
AdditiveExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
addToken(String, Object) - Method in class org.openl.grammar.BracketMatcher
 
adjustBeginLineColumn(int, int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
adjustBeginLineColumn(int, int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AllocationExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
AllocationExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
AND - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
ANDASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
ANDASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
ArrayDimsAndInits() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ArrayDimsAndInits() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ArrayInitializer() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ArrayInitializer() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
ASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

B

backup(int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Backup a number of characters.
backup(int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
BANG - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
BANG - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
BaseTokenMgrError - Error in org.openl.grammar
 
BaseTokenMgrError(String) - Constructor for error org.openl.grammar.BaseTokenMgrError
 
BaseTokenMgrError() - Constructor for error org.openl.grammar.BaseTokenMgrError
 
BaseTokenMgrError(boolean, int, int, int, String, char, int, String) - Constructor for error org.openl.grammar.BaseTokenMgrError
 
begin(Token) - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
begin(Token) - Method in class org.openl.grammar.jgrammar.JGrammar
 
beginColumn - Variable in class org.openl.grammar.bexgrammar.Token
The column number of the first character of this Token.
beginColumn - Variable in class org.openl.grammar.jgrammar.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 org.openl.grammar.bexgrammar.Token
The line number of the first character of this Token.
beginLine - Variable in class org.openl.grammar.jgrammar.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 org.openl.grammar.bexgrammar.SimpleCharStream
Start.
BeginToken() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
BExGrammar - Class in org.openl.grammar.bexgrammar
 
BExGrammar() - Constructor for class org.openl.grammar.bexgrammar.BExGrammar
 
BExGrammar(InputStream) - Constructor for class org.openl.grammar.bexgrammar.BExGrammar
Constructor with InputStream.
BExGrammar(InputStream, String) - Constructor for class org.openl.grammar.bexgrammar.BExGrammar
Constructor with InputStream and supplied encoding
BExGrammar(Reader) - Constructor for class org.openl.grammar.bexgrammar.BExGrammar
Constructor.
BExGrammar(BExGrammarTokenManager) - Constructor for class org.openl.grammar.bexgrammar.BExGrammar
Constructor with generated Token Manager.
BExGrammarConstants - Interface in org.openl.grammar.bexgrammar
Token literal values and constants.
BExGrammarTokenManager - Class in org.openl.grammar.bexgrammar
Token Manager.
BExGrammarTokenManager(SimpleCharStream) - Constructor for class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Constructor.
BExGrammarTokenManager(SimpleCharStream, int) - Constructor for class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Constructor.
BExGrammarWithParsingHelp - Class in org.openl.grammar.bexgrammar
 
BExGrammarWithParsingHelp() - Constructor for class org.openl.grammar.bexgrammar.BExGrammarWithParsingHelp
 
BIT_AND - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
BIT_AND - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
BIT_OR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
BIT_OR - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
BIT_XOR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
BitwiseAndExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
BitwiseOrExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
BitwiseXorExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
Block() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
Block() - Method in class org.openl.grammar.jgrammar.JGrammar
 
BlockStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
BlockStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
BlockStatementList() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
BlockStatementList() - Method in class org.openl.grammar.jgrammar.JGrammar
 
BOOL_AND - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
BOOL_OR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
BooleanLiteral() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
BooleanLiteral() - Method in class org.openl.grammar.jgrammar.JGrammar
 
BracketMatcher - Class in org.openl.grammar
 
BracketMatcher() - Constructor for class org.openl.grammar.BracketMatcher
 
BracketMatcher.BracketsStackObject - Class in org.openl.grammar
 
BracketMatcher.BracketsStackObject(BracketMatcher.Brackets, Object, String) - Constructor for class org.openl.grammar.BracketMatcher.BracketsStackObject
 
BracketMatcher.BracketsStackObject(BracketMatcher.Brackets, Object) - Constructor for class org.openl.grammar.BracketMatcher.BracketsStackObject
 
BREAK - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
BREAK - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
BreakStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
BreakStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
bufcolumn - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
bufcolumn - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
buffer - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
buffer - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
bufline - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
bufline - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
bufpos - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
Position in buffer.
bufpos - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
BUSINESS_INTEGER_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.

C

CALCULATE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
CASE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
CASE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
CastExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
CastExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
CastLookahead() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
CastLookahead() - Method in class org.openl.grammar.jgrammar.JGrammar
 
CATCH - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
CATCH - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
CHARACTER_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
CHARACTER_LITERAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
checkAtTheEnd() - Method in class org.openl.grammar.BracketMatcher
 
ClassName() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ClassName() - Method in class org.openl.grammar.jgrammar.JGrammar
 
COLON - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
COLON - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
column - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
column - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
COMMA - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
COMMA - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
CommaSeparatedList() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ConditionalAndExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ConditionalAndExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ConditionalExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ConditionalImplExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ConditionalImplExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ConditionalOrExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ConditionalOrExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ConditionalTernaryExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ConditionalXorExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
CONST - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
CONST - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
CONTINUE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
CONTINUE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
ContinueStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ContinueStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
curChar - Variable in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
 
curChar - Variable in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
currentToken - Variable in exception org.openl.grammar.bexgrammar.ParseException
This is the last token that has been consumed successfully.
currentToken - Variable in exception org.openl.grammar.jgrammar.ParseException
This is the last token that has been consumed successfully.

D

DATE_FORMAT_LITERAL_4_2_2 - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
DateLiteral() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
DateTimeLiteral() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
DDOT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
debugStream - Variable in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Debug output.
debugStream - Variable in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
DECIMAL_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
DECIMAL_LITERAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
DECR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
DECR - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
DEFAULT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
Lexical state.
DEFAULT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
DIGIT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
DIGIT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
disable_tracing() - Method in class org.openl.grammar.bexgrammar.BExGrammar
Disable tracing.
disable_tracing() - Method in class org.openl.grammar.jgrammar.JGrammar
 
DO - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
DO - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
Done() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reset buffer when finished.
Done() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
DoStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
DoStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
DOT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
DOT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

E

ELSE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
ELSE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
EmptyStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
EmptyStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
enable_tracing() - Method in class org.openl.grammar.bexgrammar.BExGrammar
Enable tracing.
enable_tracing() - Method in class org.openl.grammar.jgrammar.JGrammar
 
end(Token) - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
end(Token) - Method in class org.openl.grammar.jgrammar.JGrammar
 
endColumn - Variable in class org.openl.grammar.bexgrammar.Token
The column number of the last character of this Token.
endColumn - Variable in class org.openl.grammar.jgrammar.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 org.openl.grammar.bexgrammar.Token
The line number of the last character of this Token.
endLine - Variable in class org.openl.grammar.jgrammar.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 org.openl.grammar.bexgrammar.BExGrammarConstants
End of File.
EOF - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
eol - Variable in exception org.openl.grammar.bexgrammar.ParseException
The end of line string for this machine.
eol - Variable in exception org.openl.grammar.jgrammar.ParseException
The end of line string for this machine.
EQ - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
EQ - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
EqualityExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
EqualityExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
EXP - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
EXP - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
ExpandBuff(boolean) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
 
ExpandBuff(boolean) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.openl.grammar.bexgrammar.ParseException
Each entry in this array is an array of integers.
expectedTokenSequences - Variable in exception org.openl.grammar.jgrammar.ParseException
Each entry in this array is an array of integers.
EXPONENT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
EXPONENT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
Expression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
Expression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ExtendedWhereStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
EXTENDS - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
EXTENDS - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

F

FALSE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
FALSE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
FillBuff() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
 
FillBuff() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
FINAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
FINAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
FINALLY - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
FINALLY - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
FLOATING_POINT_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
FLOATING_POINT_LITERAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
FOR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
FOR - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
ForInit() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ForInit() - Method in class org.openl.grammar.jgrammar.JGrammar
 
FORMAL_COMMENT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
FORMAL_COMMENT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
FormalParameter() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
FormalParameter() - Method in class org.openl.grammar.jgrammar.JGrammar
 
FormalParameters() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
FormalParameters() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ForStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ForStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ForUpdate() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ForUpdate() - Method in class org.openl.grammar.jgrammar.JGrammar
 
FP_LITERAL1 - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
FP_LITERAL2 - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
function() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
function() - Method in class org.openl.grammar.jgrammar.JGrammar
 

G

GE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
GE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
generateParseException() - Method in class org.openl.grammar.bexgrammar.BExGrammar
Generate ParseException.
generateParseException() - Method in class org.openl.grammar.jgrammar.JGrammar
 
getAbsolutePosition(TextInfo) - Method in class org.openl.grammar.JavaCC30Position
 
getBeginColumn() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Get token beginning column number.
getBeginColumn() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
getBeginLine() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Get token beginning line number.
getBeginLine() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
getBracket() - Method in class org.openl.grammar.BracketMatcher.BracketsStackObject
 
getColumn() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Deprecated.
getColumn(TextInfo, int) - Method in class org.openl.grammar.JavaCC30Position
 
getColumn() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
Deprecated. 
getEndCol() - Method in error org.openl.grammar.BaseTokenMgrError
 
getEndColumn() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Get token end column number.
getEndColumn() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
getEndLine() - Method in error org.openl.grammar.BaseTokenMgrError
 
getEndLine() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Get token end line number.
getEndLine() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
getErrorCode() - Method in class org.openl.grammar.BracketMatcher.BracketsStackObject
 
getId() - Method in class org.openl.grammar.BracketMatcher.BracketsStackObject
 
GetImage() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Get token literal value.
GetImage() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
getLine() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Deprecated.
getLine(TextInfo) - Method in class org.openl.grammar.JavaCC30Position
 
getLine() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
Deprecated. 
getMessage() - Method in error org.openl.grammar.BaseTokenMgrError
 
getMessage() - Method in error org.openl.grammar.bexgrammar.TokenMgrError
You can also modify the body of this method to customize your error messages.
getMessage() - Method in exception org.openl.grammar.jgrammar.ParseException
This method has the standard behavior when this object has been created using the standard constructors.
getMessage() - Method in error org.openl.grammar.jgrammar.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class org.openl.grammar.bexgrammar.BExGrammar
Get the next Token.
getNextToken() - Method in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Get the next Token.
getNextToken() - Method in class org.openl.grammar.jgrammar.JGrammar
 
getNextToken() - Method in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
getStartCol() - Method in error org.openl.grammar.BaseTokenMgrError
 
getStartLine() - Method in error org.openl.grammar.BaseTokenMgrError
 
GetSuffix(int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Get the suffix.
GetSuffix(int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
getTabSize(int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
 
getTabSize(int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
getToken(int) - Method in class org.openl.grammar.bexgrammar.BExGrammar
Get the specific Token.
getToken(int) - Method in class org.openl.grammar.jgrammar.JGrammar
 
getValue() - Method in class org.openl.grammar.bexgrammar.Token
An optional attribute value of the Token.
GOTO - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
GOTO - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
GT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
GT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

H

HEX_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
HEX_LITERAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
HOOK - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
HOOK - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

I

identifier() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
IDENTIFIER - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
identifier() - Method in class org.openl.grammar.jgrammar.JGrammar
 
IDENTIFIER - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
IdentifierSequence() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
IF - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
IF - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
IfStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
IfStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
image - Variable in class org.openl.grammar.bexgrammar.Token
The string image of the token.
image - Variable in class org.openl.grammar.jgrammar.Token
The string image of the token.
IMPL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
IMPL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
IMPLEMENTS - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
IMPLEMENTS - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
IMPORT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
IMPORT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
IN_FORMAL_COMMENT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
Lexical state.
IN_FORMAL_COMMENT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
IN_MULTI_LINE_COMMENT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
Lexical state.
IN_MULTI_LINE_COMMENT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
inBuf - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
inBuf - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
INCR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
INCR - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
index() - Method in class org.openl.grammar.jgrammar.JGrammar
 
IndexOperator() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
IndexTypeExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
input_stream - Variable in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
 
input_stream - Variable in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
inputStream - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
inputStream - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
INSTANCEOF - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
INSTANCEOF - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
INTEGER_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
INTEGER_LITERAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
INTERFACE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
INTERFACE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
IS - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.

J

JavaCC30Grammar - Class in org.openl.grammar
This class is the base for all JavaCC v3.0 and compatible grammars.
JavaCC30Grammar() - Constructor for class org.openl.grammar.JavaCC30Grammar
 
JavaCC30Position - Class in org.openl.grammar
 
JavaCC30Position(int, int) - Constructor for class org.openl.grammar.JavaCC30Position
 
JGrammar - Class in org.openl.grammar.jgrammar
 
JGrammar() - Constructor for class org.openl.grammar.jgrammar.JGrammar
 
JGrammar(InputStream) - Constructor for class org.openl.grammar.jgrammar.JGrammar
 
JGrammar(InputStream, String) - Constructor for class org.openl.grammar.jgrammar.JGrammar
 
JGrammar(Reader) - Constructor for class org.openl.grammar.jgrammar.JGrammar
 
JGrammar(JGrammarTokenManager) - Constructor for class org.openl.grammar.jgrammar.JGrammar
 
JGrammarConstants - Interface in org.openl.grammar.jgrammar
 
JGrammarTokenManager - Class in org.openl.grammar.jgrammar
 
JGrammarTokenManager(SimpleCharStream) - Constructor for class org.openl.grammar.jgrammar.JGrammarTokenManager
 
JGrammarTokenManager(SimpleCharStream, int) - Constructor for class org.openl.grammar.jgrammar.JGrammarTokenManager
 
jj_nt - Variable in class org.openl.grammar.bexgrammar.BExGrammar
Next token.
jj_nt - Variable in class org.openl.grammar.jgrammar.JGrammar
 
jjFillToken() - Method in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
 
jjFillToken() - Method in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
jjnewLexState - Static variable in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Lex State array.
jjnewLexState - Static variable in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
jjstrLiteralImages - Static variable in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Token literal values.
jjstrLiteralImages - Static variable in class org.openl.grammar.jgrammar.JGrammarTokenManager
 

K

kind - Variable in class org.openl.grammar.bexgrammar.Token
An integer that describes the kind of this token.
kind - Variable in class org.openl.grammar.jgrammar.Token
An integer that describes the kind of this token.

L

LabeledStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
LabeledStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
LBRACE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LBRACE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
LBRACKET - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LBRACKET - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
LE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
LESS - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LETTER - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LETTER - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
LexicalError(boolean, int, int, int, String, char) - Static method in error org.openl.grammar.bexgrammar.TokenMgrError
Returns a detailed message for the Error when it is thrown by the token manager to indicate a lexical error.
LexicalError(boolean, int, int, int, String, char) - Static method in error org.openl.grammar.jgrammar.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 org.openl.grammar.bexgrammar.BExGrammarTokenManager
Lexer state names.
lexStateNames - Static variable in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
line - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
line - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
Literal() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
Literal() - Method in class org.openl.grammar.jgrammar.JGrammar
 
LiteralBI() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
LiteralFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
LocalVariableDeclaration() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
LocalVariableDeclaration() - Method in class org.openl.grammar.jgrammar.JGrammar
 
lookingAhead - Variable in class org.openl.grammar.jgrammar.JGrammar
 
LPAREN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LPAREN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
LSHIFT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LSHIFT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
LSHIFTASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LSHIFTASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
LT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
LT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

M

main(String[]) - Static method in class org.openl.grammar.ParserErrorMessage
 
maxNextCharInd - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
maxNextCharInd - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
MethodDeclaration() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
MethodDeclaration() - Method in class org.openl.grammar.jgrammar.JGrammar
 
MethodDeclarator() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
MethodDeclarator() - Method in class org.openl.grammar.jgrammar.JGrammar
 
MethodHeader() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
MethodHeader() - Method in class org.openl.grammar.jgrammar.JGrammar
 
MethodName() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
MethodName() - Method in class org.openl.grammar.jgrammar.JGrammar
 
MethodOrVarDeclaration() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
MethodOrVarDeclaration() - Method in class org.openl.grammar.jgrammar.JGrammar
 
MINUS - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
MINUS - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
MINUSASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
MINUSASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
MISMATCHED - Static variable in class org.openl.grammar.BracketMatcher
 
MISMATCHED_BRACKET - Static variable in class org.openl.grammar.ParserErrorMessage
 
MULTI_LINE_COMMENT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
MULTI_LINE_COMMENT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
MultiplicativeExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
MultiplicativeExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 

N

NATIVE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
NATIVE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
NE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
NE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
NEED_TO_CLOSE - Static variable in class org.openl.grammar.ParserErrorMessage
 
NegLiteralBI() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
NegLiteralFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
NEW - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
NEW - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
newToken(int, String) - Static method in class org.openl.grammar.bexgrammar.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.openl.grammar.bexgrammar.Token
 
newToken(int) - Static method in class org.openl.grammar.jgrammar.Token
Returns a new Token object, by default.
next - Variable in class org.openl.grammar.bexgrammar.Token
A reference to the next regular (non-special) token from the input stream.
next - Variable in class org.openl.grammar.jgrammar.Token
A reference to the next regular (non-special) token from the input stream.
NOT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
NULL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
NULL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
NullLiteral() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
NullLiteral() - Method in class org.openl.grammar.jgrammar.JGrammar
 

O

OCTAL_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
OCTAL_LITERAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
OF - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
OfTheExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
OfTheExpressionSuffix() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
OptionalSemiColon() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
OptionalSemiColon() - Method in class org.openl.grammar.jgrammar.JGrammar
 
OR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
ORASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
ORASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
org.openl.grammar - package org.openl.grammar
 
org.openl.grammar.bexgrammar - package org.openl.grammar.bexgrammar
 
org.openl.grammar.jgrammar - package org.openl.grammar.jgrammar
 

P

PACKAGE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
PACKAGE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
parse(Reader, String) - Method in class org.openl.grammar.JavaCC30Grammar
 
parseAsMethod(Reader) - Method in class org.openl.grammar.JavaCC30Grammar
 
parseAsMethodHeader(Reader) - Method in class org.openl.grammar.JavaCC30Grammar
 
parseAsModule(Reader) - Method in class org.openl.grammar.JavaCC30Grammar
 
parseAsType(Reader) - Method in class org.openl.grammar.JavaCC30Grammar
 
ParseException - Exception in org.openl.grammar.bexgrammar
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.openl.grammar.bexgrammar.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.openl.grammar.bexgrammar.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.openl.grammar.bexgrammar.ParseException
Constructor with message.
ParseException - Exception in org.openl.grammar.jgrammar
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.openl.grammar.jgrammar.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.openl.grammar.jgrammar.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.openl.grammar.jgrammar.ParseException
 
parseModuleInternal() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
parseModuleInternal() - Method in class org.openl.grammar.jgrammar.JGrammar
 
ParserErrorMessage - Class in org.openl.grammar
 
ParserErrorMessage() - Constructor for class org.openl.grammar.ParserErrorMessage
 
parseTopNode(String) - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
parseTopNode(String) - Method in class org.openl.grammar.bexgrammar.BExGrammarWithParsingHelp
 
parseTopNode(String) - Method in class org.openl.grammar.JavaCC30Grammar
 
parseTopNode(String) - Method in class org.openl.grammar.jgrammar.JGrammar
 
parseTopNodeInternal() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
parseTopNodeInternal() - Method in class org.openl.grammar.jgrammar.JGrammar
 
PERCENT_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
PLUS - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
PLUS - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
PLUSASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
PLUSASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
PLUSSTR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
pos(Token) - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
pos(Token, Token) - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
pos(String, Token, StringBuffer) - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
pos(int, int) - Method in class org.openl.grammar.JavaCC30Grammar
 
pos(Token) - Method in class org.openl.grammar.jgrammar.JGrammar
 
pos(Token, Token) - Method in class org.openl.grammar.jgrammar.JGrammar
 
pos(String, Token, StringBuffer) - Method in class org.openl.grammar.jgrammar.JGrammar
 
PostfixExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
PostfixExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
PowerExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
PowerExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
PreDecrementExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
PreDecrementExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
PreIncrementExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
PreIncrementExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
prevCharIsCR - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
prevCharIsCR - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
prevCharIsLF - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
prevCharIsLF - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
PrimaryExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
PrimaryExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
PrimaryPrefix() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
PrimaryPrefix() - Method in class org.openl.grammar.jgrammar.JGrammar
 
PrimarySuffix() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
PrimarySuffix() - Method in class org.openl.grammar.jgrammar.JGrammar
 
printMismatchedBracket(String, String) - Static method in class org.openl.grammar.ParserErrorMessage
 
printNeedToClose(String, char) - Static method in class org.openl.grammar.ParserErrorMessage
 
printUmatchedBracket(String) - Static method in class org.openl.grammar.ParserErrorMessage
 
printUnexpectedBracket(String) - Static method in class org.openl.grammar.ParserErrorMessage
 
printUnexpectedSymbolAfter(String, char) - Static method in class org.openl.grammar.ParserErrorMessage
 
PRIVATE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
PRIVATE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
PROTECTED - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
PROTECTED - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
PUBLIC - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
PUBLIC - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

R

RANGE_VARIABLE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RangeBinary() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeBinaryFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeBrackets() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeBracketsFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
rangeidentifier() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeLiteral() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeLiteralFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeNumber() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeNumberFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangePrefix() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangePrefixFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeSuffix() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RangeSuffixFloat() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RBRACE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RBRACE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
RBRACKET - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RBRACKET - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
readChar() - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Read a character.
readChar() - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(InputStream) - Method in class org.openl.grammar.bexgrammar.BExGrammar
Reinitialise.
ReInit(InputStream, String) - Method in class org.openl.grammar.bexgrammar.BExGrammar
Reinitialise.
ReInit(Reader) - Method in class org.openl.grammar.bexgrammar.BExGrammar
Reinitialise.
ReInit(BExGrammarTokenManager) - Method in class org.openl.grammar.bexgrammar.BExGrammar
Reinitialise.
ReInit(SimpleCharStream) - Method in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.openl.grammar.JavaCC30Grammar
 
ReInit(InputStream) - Method in class org.openl.grammar.jgrammar.JGrammar
 
ReInit(InputStream, String) - Method in class org.openl.grammar.jgrammar.JGrammar
 
ReInit(Reader) - Method in class org.openl.grammar.jgrammar.JGrammar
 
ReInit(JGrammarTokenManager) - Method in class org.openl.grammar.jgrammar.JGrammar
 
ReInit(SimpleCharStream) - Method in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
ReInit(SimpleCharStream, int) - Method in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
ReInit(Reader, int, int, int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(Reader, int, int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(Reader) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(InputStream, String, int, int, int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(InputStream, int, int, int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(InputStream, String) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(InputStream) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(InputStream, String, int, int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ReInit(InputStream, int, int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
RelationalExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
RelationalExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
REM - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
REM - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
REMASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
REMASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
ResultType() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ResultType() - Method in class org.openl.grammar.jgrammar.JGrammar
 
RETURN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RETURN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
ReturnStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ReturnStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
RPAREN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RPAREN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
RSIGNEDSHIFT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RSIGNEDSHIFT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
RSIGNEDSHIFTASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RSIGNEDSHIFTASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
RUNSIGNEDSHIFT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RUNSIGNEDSHIFT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
RUNSIGNEDSHIFTASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
RUNSIGNEDSHIFTASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

S

SC_AND - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
SC_OR - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
SemiColon() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
SEMICOLON - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
SEMICOLON - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
setDebugStream(PrintStream) - Method in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
setTabSize(int) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
 
setTabSize(int) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 
ShiftExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
SimpleCharStream - Class in org.openl.grammar.bexgrammar
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 org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.openl.grammar.bexgrammar.SimpleCharStream
Constructor.
SimpleCharStream - Class in org.openl.grammar.jgrammar
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 org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(Reader, int, int) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(Reader) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(InputStream, int, int) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(InputStream, String) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SimpleCharStream(InputStream) - Constructor for class org.openl.grammar.jgrammar.SimpleCharStream
 
SINGLE_LINE_COMMENT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
SINGLE_LINE_COMMENT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
SLASH - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
SLASH - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
SLASHASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
SLASHASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
specialConstructor - Variable in exception org.openl.grammar.jgrammar.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 org.openl.grammar.bexgrammar.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
specialToken - Variable in class org.openl.grammar.jgrammar.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
STAR - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STAR - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
STARASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STARASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
Statement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
Statement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
StatementExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
StatementExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
StatementExpressionList() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
StatementExpressionList() - Method in class org.openl.grammar.jgrammar.JGrammar
 
STATIC - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STATIC - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
staticFlag - Static variable in class org.openl.grammar.bexgrammar.SimpleCharStream
Whether parser is static.
staticFlag - Static variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
STRICT_EQ - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STRICT_GE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STRICT_GT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STRICT_LE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STRICT_LT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STRICT_NE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
STRING_LITERAL - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
SUPER - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
SUPER - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
SWITCH - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
SWITCH - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
SwitchTo(int) - Method in class org.openl.grammar.bexgrammar.BExGrammarTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.openl.grammar.jgrammar.JGrammarTokenManager
 
SYNCHRONIZED - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
SYNCHRONIZED - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

T

tabSize - Variable in class org.openl.grammar.bexgrammar.SimpleCharStream
 
tabSize - Variable in class org.openl.grammar.jgrammar.SimpleCharStream
 
TDOT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
THAN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
THE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
THROW - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
THROW - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
THROWS - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
THROWS - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
ThrowStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
ThrowStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
TILDE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
TILDE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
TIME_FORMAT_LITERAL - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
TimeLiteral() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
token - Variable in class org.openl.grammar.bexgrammar.BExGrammar
Current token.
Token - Class in org.openl.grammar.bexgrammar
Describes the input token stream.
Token() - Constructor for class org.openl.grammar.bexgrammar.Token
No-argument constructor
Token(int) - Constructor for class org.openl.grammar.bexgrammar.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.openl.grammar.bexgrammar.Token
Constructs a new token for the specified Image and Kind.
token - Variable in class org.openl.grammar.jgrammar.JGrammar
 
Token - Class in org.openl.grammar.jgrammar
Describes the input token stream.
Token() - Constructor for class org.openl.grammar.jgrammar.Token
 
token_source - Variable in class org.openl.grammar.bexgrammar.BExGrammar
Generated Token Manager.
token_source - Variable in class org.openl.grammar.jgrammar.JGrammar
 
tokenImage - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
Literal token values.
tokenImage - Variable in exception org.openl.grammar.bexgrammar.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
tokenImage - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
tokenImage - Variable in exception org.openl.grammar.jgrammar.ParseException
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
TokenMgrError - Error in org.openl.grammar.bexgrammar
Token Manager Error.
TokenMgrError() - Constructor for error org.openl.grammar.bexgrammar.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.openl.grammar.bexgrammar.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.openl.grammar.bexgrammar.TokenMgrError
Full Constructor.
TokenMgrError - Error in org.openl.grammar.jgrammar
 
TokenMgrError() - Constructor for error org.openl.grammar.jgrammar.TokenMgrError
 
TokenMgrError(String, int) - Constructor for error org.openl.grammar.jgrammar.TokenMgrError
 
TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.openl.grammar.jgrammar.TokenMgrError
 
toString() - Method in class org.openl.grammar.bexgrammar.Token
Returns the image.
toString() - Method in class org.openl.grammar.JavaCC30Position
 
toString() - Method in class org.openl.grammar.jgrammar.Token
Returns the image.
TRANSIENT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
TRANSIENT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
TRUE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
TRUE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
TRY - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
TRY - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
Type() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
Type() - Method in class org.openl.grammar.jgrammar.JGrammar
 
TypeDimension() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
TypeDimension() - Method in class org.openl.grammar.jgrammar.JGrammar
 

U

UnaryExpression() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
UnaryExpression() - Method in class org.openl.grammar.jgrammar.JGrammar
 
UNEXPECTED - Static variable in class org.openl.grammar.BracketMatcher
 
UNEXPECTED_BRACKET - Static variable in class org.openl.grammar.ParserErrorMessage
 
UNEXPECTED_SYMBOL - Static variable in class org.openl.grammar.ParserErrorMessage
 
UNMATCHED - Static variable in class org.openl.grammar.BracketMatcher
 
UNMATCHED_BRACKET - Static variable in class org.openl.grammar.ParserErrorMessage
 
UpdateLineColumn(char) - Method in class org.openl.grammar.bexgrammar.SimpleCharStream
 
UpdateLineColumn(char) - Method in class org.openl.grammar.jgrammar.SimpleCharStream
 

V

VarDeclaration() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
VarDeclaration() - Method in class org.openl.grammar.jgrammar.JGrammar
 
VariableDeclarator() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
VariableDeclarator() - Method in class org.openl.grammar.jgrammar.JGrammar
 
VariableDeclaratorId() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
VariableDeclaratorId() - Method in class org.openl.grammar.jgrammar.JGrammar
 
VariableInitializer() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
VariableInitializer() - Method in class org.openl.grammar.jgrammar.JGrammar
 
VOID - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
VOID - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
VOLATILE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
VOLATILE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

W

WHERE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
WhereVarExpalnation() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
WHILE - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
WHILE - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
WhileStatement() - Method in class org.openl.grammar.bexgrammar.BExGrammar
 
WhileStatement() - Method in class org.openl.grammar.jgrammar.JGrammar
 
Word(String) - Method in class org.openl.grammar.bexgrammar.BExGrammar
 

X

XOR - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
XORASSIGN - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
XORASSIGN - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 

_

_DEFAULT - Static variable in interface org.openl.grammar.bexgrammar.BExGrammarConstants
RegularExpression Id.
_DEFAULT - Static variable in interface org.openl.grammar.jgrammar.JGrammarConstants
 
A B C D E F G H I J K L M N O P R S T U V W X _ 

Copyright © 2015. All Rights Reserved.