|
Generic Interpreter 1.2 Protected 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
| 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. |
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||