fr.umlv.tatoo.runtime.lexer
Class Action<R extends Rule>
java.lang.Object
fr.umlv.tatoo.runtime.lexer.Action<R>
- Type Parameters:
R - type of rules.
public class Action<R extends Rule>
- extends Object
- Author:
- jcervell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Action
public Action(R rule)
reset
public void reset(R rule)
step
public boolean step(char a)
lastMatch
public int lastMatch()
getRule
public R getRule()