|
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
gi.Lexicon.Singleton
This class implements an expressing a singleton language.Expression
| Field Summary | |
private String |
x
The string whose singleton language is expressed. |
| Fields inherited from class gi.Lexicon.Expression |
f, i |
| Constructor Summary | |
Lexicon.Singleton(String x)
Constructs an Expression expressing a singleton language, and builds the NFA constructed from this Expression. |
|
| Method Summary | |
(package private) 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 |
private final String x
The string whose singleton language is expressed.
| Constructor Detail |
public Lexicon.Singleton(String x)
Constructs an Expression expressing a singleton language, and builds the NFA constructed from this Expression.
x - the string whose singleton language is expressed.| Method Detail |
Lexicon.Expression copy()
Creates a copy of this Expression, and replicates the NFA constructed from this Expression.
copy in class Lexicon.ExpressionExpression.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||