public interface IntFSAEventHandler
| Modifier and Type | Method and Description |
|---|---|
void |
addTransition(int label,
int destState)
Add transition to current state
|
void |
endState()
Announce end of current state - at this point current state is fully built and
will be not changed by the writing algorithm
|
void |
setFinal()
Set final value of the current state
|
void |
startState(int state)
Announce that that current state changed to given state number.
|
void startState(int state)
state - state numbervoid setFinal()
void addTransition(int label,
int destState)
label - input labeldestState - destination state numbervoid endState()