Метод | Описание | |
---|---|---|
FilterTokenizer ( |
Constructs a FilterTokenizer for a filter.
|
|
getLeftParen ( ) : void |
Reads the current char and throws an Exception if it is not a left parenthesis.
|
|
getRightParen ( ) : void |
Reads the current char and throws an Exception if it is not a right parenthesis.
|
|
peekChar ( ) : char |
Return the current char without advancing the offset pointer. This is used by ParseFilterList when determining if there are any more Filters in the list.
|
Метод | Описание | |
---|---|---|
InitBlock ( |
public FilterTokenizer ( |
||
enclosingInstance | ||
filter | System | |
Результат | System |