public static class Filter.FilterCompiler.IdentitiferLookAhead
extends sailpoint.tools.Parser.BaseLookAhead
| Constructor and Description |
|---|
IdentitiferLookAhead() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
continueParsingInternal(sailpoint.tools.Parser p)
A template method that should be overridden to check if we should
continue parsing.
|
boolean |
isAmbiguous(char c)
Return whether the given character can be ambiguous for the grammar.
|
public boolean isAmbiguous(char c)
sailpoint.tools.Parser.LookAheadpublic boolean continueParsingInternal(sailpoint.tools.Parser p)
sailpoint.tools.Parser.BaseLookAheadcontinueParsingInternal in class sailpoint.tools.Parser.BaseLookAhead