|
Generic Interpreter 1.2 Private API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectgi.Lexicon.Expression
This class implements an expressing a regular language.Expression
| Field Summary | |
(package private) Integer |
f
The final state of the NFA constructed from this Expression. |
(package private) Integer |
i
The initial state of the NFA constructed from this Expression. |
| Constructor Summary | |
protected |
Lexicon.Expression()
|
| Method Summary | |
(package private) abstract Lexicon.Expression |
copy()
Creates a copy of this Expression, and replicates the NFA constructed from this Expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Integer f
The final state of the NFA constructed from this Expression.
Integer i
The initial state of the NFA constructed from this Expression.
| Constructor Detail |
protected Lexicon.Expression()
| Method Detail |
abstract Lexicon.Expression copy()
Creates a copy of this Expression, and replicates the NFA constructed from this Expression.
Expression.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||