|
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
gi.Lexicon.Union
protected static class Lexicon.Union
This class implements an expressing the union of two regular languages.Expression
| Field Summary | |
|---|---|
private Lexicon.Expression |
e1
The left operand Expression. |
private Lexicon.Expression |
e2
The right operand Expression. |
| Fields inherited from class gi.Lexicon.Expression |
|---|
f, i |
| Constructor Summary | |
|---|---|
Lexicon.Union(Lexicon.Expression e1,
Lexicon.Expression e2)
Constructs an Expression expressing the union of two regular languages, and builds the NFA constructed from this Expression. |
|
| Method Summary | |
|---|---|
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 |
|---|
private final Lexicon.Expression e1
The left operand Expression.
private final Lexicon.Expression e2
The right operand Expression.
| Constructor Detail |
|---|
public Lexicon.Union(Lexicon.Expression e1,
Lexicon.Expression e2)
Constructs an Expression expressing the union of two regular languages, and builds the NFA constructed from this Expression.
e1 - the left operand Expression.e2 - the right operand Expression.| Method Detail |
|---|
public Object clone()
Creates a clone of this Expression, and replicates the NFA constructed from this Expression.
clone in class Lexicon.ExpressionExpression.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||