Empty rule meant to immediately do an action and change state without consuming input.
Class DummyRule( nextState, action ) from \
Rule(( nextState, action))
| Methods | |
| match |
| Properties inherited from class Rule | |
| action | |
| lookAhead | |
| matchLen | |
| nextState | |
| Methods inherited from class Rule | |
| apply | |
| match |
match( text, pos )