|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.umlv.tatoo.runtime.lexer.DFA
public class DFA
| Nested Class Summary | |
|---|---|
static class |
DFA.ReturnCode
|
| Constructor Summary | |
|---|---|
DFA()
|
|
DFA(RegexTable table)
|
|
| Method Summary | |
|---|---|
RegexTable |
getTable()
|
void |
reset()
|
void |
reset(RegexTable table)
|
DFA.ReturnCode |
step(char a)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DFA()
public DFA(RegexTable table)
| Method Detail |
|---|
public void reset(RegexTable table)
public void reset()
public DFA.ReturnCode step(char a)
public String toString()
toString in class Objectpublic RegexTable getTable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||