public Execute ( Lexer lexer, ICharStream input, int startIndex ) : void | ||
lexer | Lexer | The lexer instance. |
input | ICharStream |
/// The input stream which is the source for the current token.
/// When this method is called, the current
/// |
startIndex | int |
/// The token start index. This value may be passed to
/// |
Résultat | void |