Class representing a language token, with look ahead.
Class TokenRuleLA( token, nextState, action ) from \
TokenRule(( token, nextState, action))
| Properties | |
| lookAhead |
| Properties inherited from class TokenRule | |
| separators | |
| token | |
| Methods inherited from class TokenRule | |
| apply | |
| isSep | |
| match | |
| Properties inherited from class Rule | |
| action | |
| lookAhead | |
| matchLen | |
| nextState | |
| Methods inherited from class Rule | |
| apply | |
| match |