|
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.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 | |
(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 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 |
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 | ||||||||