Modifier and Type | Field and Description |
---|---|
(package private) QueryUtilities.Kind |
QueryUtilities.FilterSym.kind
The kind of this symbol
|
Modifier and Type | Field and Description |
---|---|
private static EnumSet<QueryUtilities.Kind> |
QueryUtilities.END_MASK
Kind mask for the end of a FilterLeaf expression
|
private static EnumSet<QueryUtilities.Kind> |
QueryUtilities.SEPARATOR_MASK
Kind mask for a target separator token
|
private static EnumSet<QueryUtilities.Kind> |
QueryUtilities.TARGET_MASK
Kind mask for target specification token
|
Modifier and Type | Method and Description |
---|---|
static QueryUtilities.Kind |
QueryUtilities.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryUtilities.Kind[] |
QueryUtilities.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) QueryUtilities.FilterSym |
QueryUtilities.Tokenizer.next(EnumSet<QueryUtilities.Kind> mask)
Fetches the next token in the stream, verifies that its kind
satisfies the mask parameter and finally, returns its FilterSym
structure;
|
(package private) <T> QueryUtilities.FilterSym<T> |
QueryUtilities.Tokenizer.next(EnumSet<QueryUtilities.Kind> mask,
Object match)
Fetches the next token in the stream, verifies that its kind
satisfies the mask parameter; and, if specified, verifies that its
code matches the match parameter, and finally, returns its FilterSym
structure;
|
Constructor and Description |
---|
QueryUtilities.FilterSym(T o,
String i,
QueryUtilities.Kind t)
Creates a new FilterSym object for an Operation.
|
Copyright © IBM 2016. All rights reserved.