17.5.5.3Class DummyRule

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

Methods

match

match( text, pos )
Made with http://www.falconpl.org