|
Generic Interpreter 1.3 Private API |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgi.Lexicon.Expression
protected abstract static class 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 | |
|---|---|
abstract Object |
clone()
Creates a clone of this Expression, and replicates the NFA constructed from this Expression. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Integer i
The initial state of the NFA constructed from this Expression.
Integer f
The final state of the NFA constructed from this Expression.
| Constructor Detail |
|---|
protected Lexicon.Expression()
| Method Detail |
|---|
public abstract Object clone()
Creates a clone of this Expression, and replicates the NFA constructed from this Expression.
clone in class ObjectExpression.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||