Matches a single character.
Class CharRule( nextState, action ) from \
Rule(( nextState, action))
| Properties | |
| grabbedChar | |
| matchLen | |
| Methods | |
| apply | |
| match |
| Properties inherited from class Rule | |
| action | |
| lookAhead | |
| matchLen | |
| nextState | |
| Methods inherited from class Rule | |
| apply | |
| match |
apply( ctx )
match( text, pos )