A B C D E F G H I J K L M N O P Q R S T U V X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- addEscapes(String) - Static method in error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addEscapes(String) - Static method in error org.apache.activemq.artemis.selector.strict.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped) equivalents in the given string
- addExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- addExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- adjustBeginLineColumn(int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustBeginLineColumn(int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- AND - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- AND - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- andExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- andExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- ArithmeticExpression - Class in org.apache.activemq.artemis.selector.filter
-
An expression which performs an operation on two expression values
- ArithmeticExpression(Expression, Expression) - Constructor for class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- asBoolean(int) - Method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- asNumber(Object) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
B
- backup(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Backup a number of characters.
- backup(int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Backup a number of characters.
- beginColumn - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
The column number of the first character of this Token.
- beginColumn - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
The line number of the first character of this Token.
- beginLine - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Start.
- BeginToken() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Start.
- BETWEEN - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- BETWEEN - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- BinaryExpression - Class in org.apache.activemq.artemis.selector.filter
-
An expression which performs an operation on two expression values.
- BinaryExpression(Expression, Expression) - Constructor for class org.apache.activemq.artemis.selector.filter.BinaryExpression
- BLOCK_COMMENT - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- BLOCK_COMMENT - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- BooleanExpression - Interface in org.apache.activemq.artemis.selector.filter
-
A BooleanExpression is an expression that always produces a Boolean result.
- bufcolumn - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- bufcolumn - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- buffer - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- buffer - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- bufline - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- bufline - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- bufpos - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Position in buffer.
- bufpos - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Position in buffer.
C
- checkEqualOperand(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
Validates that the expression can be used in
==
or<>
expression. - checkLessThanOperand(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
-
Only Numeric expressions can be used in
>
,>=
,<
or<=
expressions. - column - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- column - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- compare(Comparable, Comparable) - Method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- comparisonExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- comparisonExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- ComparisonExpression - Class in org.apache.activemq.artemis.selector.filter
-
A filter performing a comparison of two objects
- ComparisonExpression(Expression, Expression) - Constructor for class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- ConstantExpression - Class in org.apache.activemq.artemis.selector.filter
-
Represents a constant expression
- ConstantExpression(Object) - Constructor for class org.apache.activemq.artemis.selector.filter.ConstantExpression
- CONVERT_STRING_EXPRESSIONS - Static variable in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- create(String) - Method in interface org.apache.activemq.artemis.selector.filter.XPathExpression.XPathEvaluatorFactory
- createAND(BooleanExpression, BooleanExpression) - Static method in class org.apache.activemq.artemis.selector.filter.LogicExpression
- createBetween(Expression, Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createBooleanCast(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- createDivide(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- createEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createFloat(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- createFromDecimal(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- createFromHex(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- createFromOctal(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- createGreaterThan(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createGreaterThanEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createInExpression(PropertyExpression, List<Object>, boolean) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- createInFilter(Expression, List<Object>) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createIsNotNull(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createIsNull(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createLessThan(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createLessThanEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createLike(Expression, String, String) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createMinus(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- createMod(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- createMultiply(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- createNegate(Expression) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- createNOT(BooleanExpression) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- createNotBetween(Expression, Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createNotEqual(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createNotInFilter(Expression, List<Object>) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createNotLike(Expression, String, String) - Static method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- createOR(BooleanExpression, BooleanExpression) - Static method in class org.apache.activemq.artemis.selector.filter.LogicExpression
- createPlus(Expression, Expression) - Static method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- createXPath(String) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- createXQuery(String) - Static method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- curChar - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
- curChar - Variable in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
- currentToken - Variable in exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
This is the last token that has been consumed successfully.
- currentToken - Variable in exception org.apache.activemq.artemis.selector.strict.ParseException
-
This is the last token that has been consumed successfully.
D
- debugStream - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Debug output.
- debugStream - Variable in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Debug output.
- DECIMAL_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- DECIMAL_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- DEFAULT - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
Lexical state.
- DEFAULT - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
Lexical state.
- disable_tracing() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Disable tracing.
- disable_tracing() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Disable tracing.
- divide(Number, Number) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- DOCUMENT_BUILDER_FACTORY_FEATURE_PREFIX - Static variable in class org.apache.activemq.artemis.selector.filter.XPathExpression
- Done() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reset buffer when finished.
- Done() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reset buffer when finished.
- DOUBLE - Static variable in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
E
- enable_tracing() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Enable tracing.
- enable_tracing() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Enable tracing.
- encodeString(String) - Static method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
-
Encodes the value of string so that it looks like it would look like when it was provided in a selector.
- endColumn - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
The column number of the last character of this Token.
- endColumn - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
The column number of the last character of this Token.
- endLine - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
The line number of the last character of this Token.
- endLine - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
The line number of the last character of this Token.
- EOF - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
End of File.
- EOF - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
End of File.
- eol - Variable in exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
The end of line string for this machine.
- eol - Variable in exception org.apache.activemq.artemis.selector.strict.ParseException
-
The end of line string for this machine.
- equalityExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- equalityExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- equals(Object) - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- equals(Object) - Method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- equals(Object) - Method in class org.apache.activemq.artemis.selector.filter.PropertyExpression
- equals(Object) - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- ESCAPE - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- ESCAPE - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- evaluate(Object, Object) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- evaluate(String) - Method in class org.apache.activemq.artemis.selector.filter.JAXPXPathEvaluator
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- evaluate(Filterable) - Method in interface org.apache.activemq.artemis.selector.filter.Expression
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.JAXPXPathEvaluator
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.LogicExpression
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.PropertyExpression
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.XPathExpression
- evaluate(Filterable) - Method in interface org.apache.activemq.artemis.selector.filter.XPathExpression.XPathEvaluator
- evaluate(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.XQueryExpression
- evaluate(InputSource) - Method in class org.apache.activemq.artemis.selector.filter.JAXPXPathEvaluator
- ExpandBuff(boolean) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- ExpandBuff(boolean) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- expectedTokenSequences - Variable in exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
Each entry in this array is an array of integers.
- expectedTokenSequences - Variable in exception org.apache.activemq.artemis.selector.strict.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- EXPONENT - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- Expression - Interface in org.apache.activemq.artemis.selector.filter
-
Represents an expression
F
- FALSE - Static variable in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- FALSE - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- FALSE - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- FillBuff() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- FillBuff() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- Filterable - Interface in org.apache.activemq.artemis.selector.filter
-
A Filterable is the object being evaluated by the filters.
- FilterException - Exception in org.apache.activemq.artemis.selector.filter
- FilterException() - Constructor for exception org.apache.activemq.artemis.selector.filter.FilterException
- FilterException(String) - Constructor for exception org.apache.activemq.artemis.selector.filter.FilterException
- FilterException(String, Throwable) - Constructor for exception org.apache.activemq.artemis.selector.filter.FilterException
- FilterException(Throwable) - Constructor for exception org.apache.activemq.artemis.selector.filter.FilterException
- FLOATING_POINT_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- FLOATING_POINT_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
G
- generateParseException() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Generate ParseException.
- generateParseException() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Generate ParseException.
- getBeginColumn() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token beginning column number.
- getBeginColumn() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token beginning line number.
- getBeginLine() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token beginning line number.
- getBodyAs(Class<T>) - Method in interface org.apache.activemq.artemis.selector.filter.Filterable
-
This method is used by message filters which do content based routing (Like the XPath based selectors).
- getColumn() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Deprecated.
- getColumn() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Deprecated.
- getEndColumn() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token end column number.
- getEndColumn() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token end line number.
- getEndLine() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token end line number.
- getExpressionSymbol() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
-
Returns the symbol that represents this binary expression.
- getExpressionSymbol() - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
-
Returns the symbol that represents this binary expression.
- GetImage() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get token literal value.
- GetImage() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get token literal value.
- getLeft() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- getLine() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Deprecated.
- getLine() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Deprecated.
- getLocalConnectionId() - Method in interface org.apache.activemq.artemis.selector.filter.Filterable
-
Used by the NoLocal filter.
- getMaxCacheSize() - Method in class org.apache.activemq.artemis.selector.impl.LRUCache
- getMessage() - Method in error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage() - Method in error org.apache.activemq.artemis.selector.strict.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getName() - Method in class org.apache.activemq.artemis.selector.filter.PropertyExpression
- getNextToken() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Get the next Token.
- getNextToken() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Get the next Token.
- getProperty(SimpleString) - Method in interface org.apache.activemq.artemis.selector.filter.Filterable
-
Extracts the named message property
- getRight() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- getRight() - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- GetSuffix(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Get the suffix.
- GetSuffix(int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Get the suffix.
- getTabSize(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- getTabSize(int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- getToken(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Get the specific Token.
- getToken(int) - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Get the specific Token.
- getValue() - Method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- getValue() - Method in class org.apache.activemq.artemis.selector.hyphenated.Token
-
An optional attribute value of the Token.
- getValue() - Method in class org.apache.activemq.artemis.selector.strict.Token
-
An optional attribute value of the Token.
H
- hashCode() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- hashCode() - Method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- hashCode() - Method in class org.apache.activemq.artemis.selector.filter.PropertyExpression
- hashCode() - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- HEX_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- HEX_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- HyphenatedParser - Class in org.apache.activemq.artemis.selector.hyphenated
-
JMS Selector Parser generated by JavaCC Do not edit this .java file directly - it is autogenerated from HyphenatedParser.jj
- HyphenatedParser(InputStream) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Constructor with InputStream.
- HyphenatedParser(InputStream, String) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Constructor with InputStream and supplied encoding
- HyphenatedParser(Reader) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Constructor.
- HyphenatedParser(HyphenatedParserTokenManager) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Constructor with generated Token Manager.
- HyphenatedParserConstants - Interface in org.apache.activemq.artemis.selector.hyphenated
-
Token literal values and constants.
- HyphenatedParserTokenManager - Class in org.apache.activemq.artemis.selector.hyphenated
-
Token Manager.
- HyphenatedParserTokenManager(SimpleCharStream) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Constructor.
- HyphenatedParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Constructor.
I
- ID - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- ID - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- image - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
The string image of the token.
- image - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
The string image of the token.
- IN - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- IN - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- inBuf - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- inBuf - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- input_stream - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
- input_stream - Variable in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
- inputStream - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- inputStream - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- INTEGER - Static variable in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- IS - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- IS - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
J
- JAXPXPathEvaluator - Class in org.apache.activemq.artemis.selector.filter
- JAXPXPathEvaluator(String, DocumentBuilder) - Constructor for class org.apache.activemq.artemis.selector.filter.JAXPXPathEvaluator
- jj_nt - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Next token.
- jj_nt - Variable in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Next token.
- jjFillToken() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
- jjFillToken() - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
- jjstrLiteralImages - Static variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Token literal values.
- jjstrLiteralImages - Static variable in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Token literal values.
- JmsSelector() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- JmsSelector() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
K
- kind - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
An integer that describes the kind of this token.
- kind - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
An integer that describes the kind of this token.
L
- left - Variable in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- LexicalError(boolean, int, int, int, String, char) - Static method in error org.apache.activemq.artemis.selector.hyphenated.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.apache.activemq.artemis.selector.strict.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.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Lexer state names.
- LIKE - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- LIKE - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- line - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- line - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- LINE_COMMENT - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- LINE_COMMENT - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- literal() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- literal() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- LogicExpression - Class in org.apache.activemq.artemis.selector.filter
-
A filter performing a comparison of two objects
- LogicExpression(BooleanExpression, BooleanExpression) - Constructor for class org.apache.activemq.artemis.selector.filter.LogicExpression
- LONG - Static variable in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- LRUCache<K,V> - Class in org.apache.activemq.artemis.selector.impl
-
A Simple LRU Cache
- LRUCache() - Constructor for class org.apache.activemq.artemis.selector.impl.LRUCache
-
Default constructor for an LRU Cache The default capacity is 10000
- LRUCache(int) - Constructor for class org.apache.activemq.artemis.selector.impl.LRUCache
-
Constructs a LRUCache with a maximum capacity
- LRUCache(int, int, float, boolean) - Constructor for class org.apache.activemq.artemis.selector.impl.LRUCache
-
Constructs an empty
LRUCache
instance with the specified initial capacity, maximumCacheSize,load factor and ordering mode.
M
- matches(Filterable) - Method in interface org.apache.activemq.artemis.selector.filter.BooleanExpression
- matches(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.ComparisonExpression
- matches(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.LogicExpression
- matches(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.XPathExpression
- matches(Filterable) - Method in class org.apache.activemq.artemis.selector.filter.XQueryExpression
- maxCacheSize - Variable in class org.apache.activemq.artemis.selector.impl.LRUCache
- maxNextCharInd - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- maxNextCharInd - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- minus(Number, Number) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- mod(Number, Number) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- multExpr() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- multExpr() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- multiply(Number, Number) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
N
- newToken(int) - Static method in class org.apache.activemq.artemis.selector.hyphenated.Token
- newToken(int) - Static method in class org.apache.activemq.artemis.selector.strict.Token
- newToken(int, String) - Static method in class org.apache.activemq.artemis.selector.hyphenated.Token
-
Returns a new Token object, by default.
- newToken(int, String) - Static method in class org.apache.activemq.artemis.selector.strict.Token
-
Returns a new Token object, by default.
- next - Variable in class org.apache.activemq.artemis.selector.hyphenated.Token
-
A reference to the next regular (non-special) token from the input stream.
- next - Variable in class org.apache.activemq.artemis.selector.strict.Token
-
A reference to the next regular (non-special) token from the input stream.
- NOT - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- NOT - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- NULL - Static variable in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- NULL - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- NULL - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
O
- OCTAL_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- OCTAL_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- onCacheEviction(Map.Entry<K, V>) - Method in class org.apache.activemq.artemis.selector.impl.LRUCache
- OR - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- OR - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- orExpression() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- orExpression() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- org.apache.activemq.artemis.selector.filter - package org.apache.activemq.artemis.selector.filter
-
Filter implementations for wildcards & JMS selectors
- org.apache.activemq.artemis.selector.hyphenated - package org.apache.activemq.artemis.selector.hyphenated
- org.apache.activemq.artemis.selector.impl - package org.apache.activemq.artemis.selector.impl
- org.apache.activemq.artemis.selector.strict - package org.apache.activemq.artemis.selector.strict
P
- parse(String) - Static method in class org.apache.activemq.artemis.selector.impl.SelectorParser
- ParseException - Exception in org.apache.activemq.artemis.selector.hyphenated
-
This exception is thrown when parse errors are encountered.
- ParseException - Exception in org.apache.activemq.artemis.selector.strict
-
This exception is thrown when parse errors are encountered.
- ParseException() - Constructor for exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException() - Constructor for exception org.apache.activemq.artemis.selector.strict.ParseException
-
The following constructors are for use by you for whatever purpose you can think of.
- ParseException(String) - Constructor for exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
Constructor with message.
- ParseException(String) - Constructor for exception org.apache.activemq.artemis.selector.strict.ParseException
-
Constructor with message.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- ParseException(Token, int[][], String[]) - Constructor for exception org.apache.activemq.artemis.selector.strict.ParseException
-
This constructor is used by the method "generateParseException" in the generated parser.
- plus(Number, Number) - Method in class org.apache.activemq.artemis.selector.filter.ArithmeticExpression
- prevCharIsCR - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- prevCharIsCR - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- prevCharIsLF - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- primaryExpr() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- primaryExpr() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- PropertyExpression - Class in org.apache.activemq.artemis.selector.filter
-
Represents a property expression
- PropertyExpression(String) - Constructor for class org.apache.activemq.artemis.selector.filter.PropertyExpression
- PropertyExpression(SimpleString) - Constructor for class org.apache.activemq.artemis.selector.filter.PropertyExpression
Q
- QUOTED_ID - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
R
- readChar() - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Read a character.
- readChar() - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Read a character.
- ReInit(InputStream) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int, int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Reinitialise.
- ReInit(HyphenatedParserTokenManager) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream) - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Reinitialise parser.
- ReInit(StrictParserTokenManager) - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Reinitialise.
- removeEldestEntry(Map.Entry<K, V>) - Method in class org.apache.activemq.artemis.selector.impl.LRUCache
- right - Variable in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- right - Variable in class org.apache.activemq.artemis.selector.filter.UnaryExpression
S
- SelectorParser - Class in org.apache.activemq.artemis.selector.impl
- SelectorParser() - Constructor for class org.apache.activemq.artemis.selector.impl.SelectorParser
- setDebugStream(PrintStream) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Set debug output.
- setDebugStream(PrintStream) - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Set debug output.
- setLeft(Expression) - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- setMaxCacheSize(int) - Method in class org.apache.activemq.artemis.selector.impl.LRUCache
- setRight(Expression) - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- setRight(Expression) - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- setTabSize(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- setTabSize(int) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- setupFeatures(DocumentBuilderFactory) - Static method in class org.apache.activemq.artemis.selector.filter.XPathExpression
- SimpleCharStream - Class in org.apache.activemq.artemis.selector.hyphenated
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream - Class in org.apache.activemq.artemis.selector.strict
-
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
- SimpleCharStream(InputStream) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Constructor.
- specialToken - Variable in class org.apache.activemq.artemis.selector.hyphenated.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.apache.activemq.artemis.selector.strict.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 org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
-
Whether parser is static.
- staticFlag - Static variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
-
Whether parser is static.
- StrictParser - Class in org.apache.activemq.artemis.selector.strict
-
JMS Selector Parser generated by JavaCC Do not edit this .java file directly - it is autogenerated from StrictParser.jj
- StrictParser(InputStream) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor with InputStream.
- StrictParser(InputStream, String) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor with InputStream and supplied encoding
- StrictParser(Reader) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor.
- StrictParser(StrictParserTokenManager) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParser
-
Constructor with generated Token Manager.
- StrictParserConstants - Interface in org.apache.activemq.artemis.selector.strict
-
Token literal values and constants.
- StrictParserTokenManager - Class in org.apache.activemq.artemis.selector.strict
-
Token Manager.
- StrictParserTokenManager(SimpleCharStream) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Constructor.
- StrictParserTokenManager(SimpleCharStream, int) - Constructor for class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Constructor.
- STRING_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- STRING_LITERAL - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- stringLitteral() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- stringLitteral() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- SwitchTo(int) - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserTokenManager
-
Switch to specified lex state.
- SwitchTo(int) - Method in class org.apache.activemq.artemis.selector.strict.StrictParserTokenManager
-
Switch to specified lex state.
T
- tabSize - Variable in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- tabSize - Variable in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
- token - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Current token.
- token - Variable in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Current token.
- Token - Class in org.apache.activemq.artemis.selector.hyphenated
-
Describes the input token stream.
- Token - Class in org.apache.activemq.artemis.selector.strict
-
Describes the input token stream.
- Token() - Constructor for class org.apache.activemq.artemis.selector.hyphenated.Token
-
No-argument constructor
- Token() - Constructor for class org.apache.activemq.artemis.selector.strict.Token
-
No-argument constructor
- Token(int) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.Token
-
Constructs a new token for the specified Image.
- Token(int) - Constructor for class org.apache.activemq.artemis.selector.strict.Token
-
Constructs a new token for the specified Image.
- Token(int, String) - Constructor for class org.apache.activemq.artemis.selector.hyphenated.Token
-
Constructs a new token for the specified Image and Kind.
- Token(int, String) - Constructor for class org.apache.activemq.artemis.selector.strict.Token
-
Constructs a new token for the specified Image and Kind.
- token_source - Variable in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
-
Generated Token Manager.
- token_source - Variable in class org.apache.activemq.artemis.selector.strict.StrictParser
-
Generated Token Manager.
- tokenImage - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
Literal token values.
- tokenImage - Variable in exception org.apache.activemq.artemis.selector.hyphenated.ParseException
-
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred.
- tokenImage - Variable in exception org.apache.activemq.artemis.selector.strict.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.apache.activemq.artemis.selector.strict.StrictParserConstants
-
Literal token values.
- TokenMgrError - Error in org.apache.activemq.artemis.selector.hyphenated
-
Token Manager Error.
- TokenMgrError - Error in org.apache.activemq.artemis.selector.strict
-
Token Manager Error.
- TokenMgrError() - Constructor for error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
-
No arg constructor.
- TokenMgrError() - Constructor for error org.apache.activemq.artemis.selector.strict.TokenMgrError
-
No arg constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
-
Full Constructor.
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error org.apache.activemq.artemis.selector.strict.TokenMgrError
-
Full Constructor.
- TokenMgrError(String, int) - Constructor for error org.apache.activemq.artemis.selector.hyphenated.TokenMgrError
-
Constructor with message and reason.
- TokenMgrError(String, int) - Constructor for error org.apache.activemq.artemis.selector.strict.TokenMgrError
-
Constructor with message and reason.
- toString() - Method in class org.apache.activemq.artemis.selector.filter.BinaryExpression
- toString() - Method in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- toString() - Method in class org.apache.activemq.artemis.selector.filter.JAXPXPathEvaluator
- toString() - Method in class org.apache.activemq.artemis.selector.filter.PropertyExpression
- toString() - Method in class org.apache.activemq.artemis.selector.filter.UnaryExpression
- toString() - Method in class org.apache.activemq.artemis.selector.filter.XPathExpression
- toString() - Method in class org.apache.activemq.artemis.selector.filter.XQueryExpression
- toString() - Method in class org.apache.activemq.artemis.selector.hyphenated.Token
-
Returns the image.
- toString() - Method in class org.apache.activemq.artemis.selector.strict.Token
-
Returns the image.
- TRUE - Static variable in class org.apache.activemq.artemis.selector.filter.ConstantExpression
- TRUE - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- TRUE - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
U
- unaryExpr() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- unaryExpr() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
- UnaryExpression - Class in org.apache.activemq.artemis.selector.filter
-
An expression which performs an operation on two expression values
- UnaryExpression(Expression) - Constructor for class org.apache.activemq.artemis.selector.filter.UnaryExpression
- UpdateLineColumn(char) - Method in class org.apache.activemq.artemis.selector.hyphenated.SimpleCharStream
- UpdateLineColumn(char) - Method in class org.apache.activemq.artemis.selector.strict.SimpleCharStream
V
- variable() - Method in class org.apache.activemq.artemis.selector.hyphenated.HyphenatedParser
- variable() - Method in class org.apache.activemq.artemis.selector.strict.StrictParser
X
- XPATH - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- XPATH - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- XPATH_EVALUATOR_FACTORY - Static variable in class org.apache.activemq.artemis.selector.filter.XPathExpression
- XPathExpression - Class in org.apache.activemq.artemis.selector.filter
-
Used to evaluate an XPath Expression in a JMS selector.
- XPathExpression.XPathEvaluator - Interface in org.apache.activemq.artemis.selector.filter
- XPathExpression.XPathEvaluatorFactory - Interface in org.apache.activemq.artemis.selector.filter
- XQUERY - Static variable in interface org.apache.activemq.artemis.selector.hyphenated.HyphenatedParserConstants
-
RegularExpression Id.
- XQUERY - Static variable in interface org.apache.activemq.artemis.selector.strict.StrictParserConstants
-
RegularExpression Id.
- XQueryExpression - Class in org.apache.activemq.artemis.selector.filter
-
Used to evaluate an XQuery Expression in a JMS selector.
All Classes All Packages