|
Project: stp | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryUtilities.FilterSym | |
---|---|
com.ibm.rational.stp.client.samples |
Uses of QueryUtilities.FilterSym in com.ibm.rational.stp.client.samples |
---|
Fields in com.ibm.rational.stp.client.samples declared as QueryUtilities.FilterSym | |
---|---|
private static QueryUtilities.FilterSym[] |
QueryUtilities.symbol
Pre-defined Filter token definitions |
Methods in com.ibm.rational.stp.client.samples that return QueryUtilities.FilterSym | ||
---|---|---|
(package private) QueryUtilities.FilterSym |
QueryUtilities.Tokenizer.next()
Fetches the next token in the stream, without verification, and returns its FilterSym structure; |
|
(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)
|
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; |
|
(package private) QueryUtilities.FilterSym<CqQuery.Filter.Operation> |
QueryUtilities.Tokenizer.nextOperation()
|
|
(package private) QueryUtilities.FilterSym<CqQuery.FilterLeaf.TargetType> |
QueryUtilities.Tokenizer.nextTarget()
|
Constructors in com.ibm.rational.stp.client.samples with parameters of type QueryUtilities.FilterSym | |
---|---|
QueryUtilities.FilterSym(QueryUtilities.FilterSym<T> sym,
String param)
Creates a new FilterSym object for a parameterized special token such as TargetType.PROMPTED |
|
Generated Thu 9-Apr-2015 01:08 AM | |||||||||
PREV NEXT | FRAMES NO FRAMES |