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

A

addEscapes(String) - Static method in error org.opennms.newts.api.search.query.TokenMgrError
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
adjustBeginLineColumn(int, int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Method to adjust line and column numbers for the start of a token.
AND - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.

B

backup(int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Backup a number of characters.
beginColumn - Variable in class org.opennms.newts.api.search.query.Token
The column number of the first character of this Token.
beginLine - Variable in class org.opennms.newts.api.search.query.Token
The line number of the first character of this Token.
BeginToken() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Start.
bufcolumn - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
buffer - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
bufline - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
bufpos - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
Position in buffer.

C

Clause() - Method in class org.opennms.newts.api.search.query.QueryParser
 
COLON - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.
column - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
curChar - Variable in class org.opennms.newts.api.search.query.QueryParserTokenManager
 
currentToken - Variable in exception org.opennms.newts.api.search.query.ParseException
This is the last token that has been consumed successfully.

D

debugStream - Variable in class org.opennms.newts.api.search.query.QueryParserTokenManager
Debug output.
DEFAULT - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
Lexical state.
disable_tracing() - Method in class org.opennms.newts.api.search.query.QueryParser
Disable tracing.
discardEscapeChar(String) - Method in class org.opennms.newts.api.search.query.QueryParserBase
 
Done() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reset buffer when finished.

E

enable_tracing() - Method in class org.opennms.newts.api.search.query.QueryParser
Enable tracing.
endColumn - Variable in class org.opennms.newts.api.search.query.Token
The column number of the last character of this Token.
endLine - Variable in class org.opennms.newts.api.search.query.Token
The line number of the last character of this Token.
EOF - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
End of File.
EOL - Static variable in exception org.opennms.newts.api.search.query.ParseException
The end of line string for this machine.
ExpandBuff(boolean) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
 
expectedTokenSequences - Variable in exception org.opennms.newts.api.search.query.ParseException
Each entry in this array is an array of integers.

F

FillBuff() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
 

G

generateParseException() - Method in class org.opennms.newts.api.search.query.QueryParser
Generate ParseException.
getBeginColumn() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Get token beginning column number.
getBeginLine() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Get token beginning line number.
getColumn() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Deprecated.
getEndColumn() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Get token end column number.
getEndLine() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Get token end line number.
GetImage() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Get token literal value.
getLine() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Deprecated.
getMessage() - Method in error org.opennms.newts.api.search.query.TokenMgrError
You can also modify the body of this method to customize your error messages.
getNextToken() - Method in class org.opennms.newts.api.search.query.QueryParser
Get the next Token.
getNextToken() - Method in class org.opennms.newts.api.search.query.QueryParserTokenManager
Get the next Token.
GetSuffix(int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Get the suffix.
getTabSize() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
 
getToken(int) - Method in class org.opennms.newts.api.search.query.QueryParser
Get the specific Token.
getValue() - Method in class org.opennms.newts.api.search.query.Token
An optional attribute value of the Token.

I

image - Variable in class org.opennms.newts.api.search.query.Token
The string image of the token.
inBuf - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
input_stream - Variable in class org.opennms.newts.api.search.query.QueryParserTokenManager
 
inputStream - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
INVALID_LEXICAL_STATE - Static variable in error org.opennms.newts.api.search.query.TokenMgrError
Tried to change to an invalid lexical state.

J

jj_nt - Variable in class org.opennms.newts.api.search.query.QueryParser
Next token.
jjFillToken() - Method in class org.opennms.newts.api.search.query.QueryParserTokenManager
 
jjstrLiteralImages - Static variable in class org.opennms.newts.api.search.query.QueryParserTokenManager
Token literal values.

K

kind - Variable in class org.opennms.newts.api.search.query.Token
An integer that describes the kind of this token.

L

LEXICAL_ERROR - Static variable in error org.opennms.newts.api.search.query.TokenMgrError
Lexical error occurred.
LexicalErr(boolean, int, int, int, String, int) - Static method in error org.opennms.newts.api.search.query.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.opennms.newts.api.search.query.QueryParserTokenManager
Lexer state names.
line - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
LOOP_DETECTED - Static variable in error org.opennms.newts.api.search.query.TokenMgrError
Detected (and bailed out of) an infinite loop in the token manager.
LPAREN - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.

M

maxNextCharInd - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 

N

newToken(int, String) - Static method in class org.opennms.newts.api.search.query.Token
Returns a new Token object, by default.
newToken(int) - Static method in class org.opennms.newts.api.search.query.Token
 
next - Variable in class org.opennms.newts.api.search.query.Token
A reference to the next regular (non-special) token from the input stream.

O

Operator() - Method in class org.opennms.newts.api.search.query.QueryParser
 
OR - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.
org.opennms.newts.api.search.query - package org.opennms.newts.api.search.query
 

P

parse(String) - Method in class org.opennms.newts.api.search.query.QueryParserBase
 
ParseException - Exception in org.opennms.newts.api.search.query
This exception is thrown when parse errors are encountered.
ParseException(Token, int[][], String[]) - Constructor for exception org.opennms.newts.api.search.query.ParseException
This constructor is used by the method "generateParseException" in the generated parser.
ParseException() - Constructor for exception org.opennms.newts.api.search.query.ParseException
The following constructors are for use by you for whatever purpose you can think of.
ParseException(String) - Constructor for exception org.opennms.newts.api.search.query.ParseException
Constructor with message.
prevCharIsCR - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
prevCharIsLF - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 

Q

Query() - Method in class org.opennms.newts.api.search.query.QueryParser
 
QueryParser - Class in org.opennms.newts.api.search.query
 
QueryParser() - Constructor for class org.opennms.newts.api.search.query.QueryParser
 
QueryParser(InputStream) - Constructor for class org.opennms.newts.api.search.query.QueryParser
Constructor with InputStream.
QueryParser(InputStream, String) - Constructor for class org.opennms.newts.api.search.query.QueryParser
Constructor with InputStream and supplied encoding
QueryParser(Reader) - Constructor for class org.opennms.newts.api.search.query.QueryParser
Constructor.
QueryParser(QueryParserTokenManager) - Constructor for class org.opennms.newts.api.search.query.QueryParser
Constructor with generated Token Manager.
QueryParserBase - Class in org.opennms.newts.api.search.query
 
QueryParserBase() - Constructor for class org.opennms.newts.api.search.query.QueryParserBase
 
QueryParserConstants - Interface in org.opennms.newts.api.search.query
Token literal values and constants.
QueryParserTokenManager - Class in org.opennms.newts.api.search.query
Token Manager.
QueryParserTokenManager(SimpleCharStream) - Constructor for class org.opennms.newts.api.search.query.QueryParserTokenManager
Constructor.
QueryParserTokenManager(SimpleCharStream, int) - Constructor for class org.opennms.newts.api.search.query.QueryParserTokenManager
Constructor.

R

readChar() - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Read a character.
ReInit(InputStream) - Method in class org.opennms.newts.api.search.query.QueryParser
Reinitialise.
ReInit(InputStream, String) - Method in class org.opennms.newts.api.search.query.QueryParser
Reinitialise.
ReInit(Reader) - Method in class org.opennms.newts.api.search.query.QueryParser
Reinitialise.
ReInit(QueryParserTokenManager) - Method in class org.opennms.newts.api.search.query.QueryParser
Reinitialise.
ReInit(Reader) - Method in class org.opennms.newts.api.search.query.QueryParserBase
 
ReInit(SimpleCharStream) - Method in class org.opennms.newts.api.search.query.QueryParserTokenManager
Reinitialise parser.
ReInit(SimpleCharStream, int) - Method in class org.opennms.newts.api.search.query.QueryParserTokenManager
Reinitialise parser.
ReInit(Reader, int, int, int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(Reader, int, int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(Reader) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int, int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int, int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(InputStream, String) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(InputStream) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(InputStream, String, int, int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
ReInit(InputStream, int, int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
Reinitialise.
RPAREN - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.

S

setDebugStream(PrintStream) - Method in class org.opennms.newts.api.search.query.QueryParserTokenManager
Set debug output.
setTabSize(int) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
 
SimpleCharStream - Class in org.opennms.newts.api.search.query
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.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.opennms.newts.api.search.query.SimpleCharStream
Constructor.
specialToken - Variable in class org.opennms.newts.api.search.query.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 org.opennms.newts.api.search.query.TokenMgrError
An attempt was made to create a second instance of a static token manager.
staticFlag - Static variable in class org.opennms.newts.api.search.query.SimpleCharStream
Whether parser is static.
SwitchTo(int) - Method in class org.opennms.newts.api.search.query.QueryParserTokenManager
Switch to specified lex state.

T

tabSize - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 
Term() - Method in class org.opennms.newts.api.search.query.QueryParser
 
TERM - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.
token - Variable in class org.opennms.newts.api.search.query.QueryParser
Current token.
Token - Class in org.opennms.newts.api.search.query
Describes the input token stream.
Token() - Constructor for class org.opennms.newts.api.search.query.Token
No-argument constructor
Token(int) - Constructor for class org.opennms.newts.api.search.query.Token
Constructs a new token for the specified Image.
Token(int, String) - Constructor for class org.opennms.newts.api.search.query.Token
Constructs a new token for the specified Image and Kind.
token_source - Variable in class org.opennms.newts.api.search.query.QueryParser
Generated Token Manager.
tokenImage - Variable in exception org.opennms.newts.api.search.query.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.opennms.newts.api.search.query.QueryParserConstants
Literal token values.
TokenMgrError - Error in org.opennms.newts.api.search.query
Token Manager Error.
TokenMgrError() - Constructor for error org.opennms.newts.api.search.query.TokenMgrError
No arg constructor.
TokenMgrError(String, int) - Constructor for error org.opennms.newts.api.search.query.TokenMgrError
Constructor with message and reason.
TokenMgrError(boolean, int, int, int, String, int, int) - Constructor for error org.opennms.newts.api.search.query.TokenMgrError
Full Constructor.
TopLevelQuery() - Method in class org.opennms.newts.api.search.query.QueryParser
 
TopLevelQuery() - Method in class org.opennms.newts.api.search.query.QueryParserBase
 
toString() - Method in class org.opennms.newts.api.search.query.Token
Returns the image.
trackLineColumn - Variable in class org.opennms.newts.api.search.query.SimpleCharStream
 

U

UpdateLineColumn(char) - Method in class org.opennms.newts.api.search.query.SimpleCharStream
 

_

_ESCAPED_CHAR - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.
_TERM_CHAR - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.
_TERM_START_CHAR - Static variable in interface org.opennms.newts.api.search.query.QueryParserConstants
RegularExpression Id.
A B C D E F G I J K L M N O P Q R S T U _ 
Skip navigation links

Copyright © 2021. All rights reserved.