|
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.Concatenation
This class implements an expressing the concatenation of two regular languages.Expression
| Constructor Summary | |
Lexicon.Concatenation(Lexicon.Expression e1,
Lexicon.Expression e2)
Constructs an Expression expressing the concatenation 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.Concatenation(Lexicon.Expression e1,
Lexicon.Expression e2)
Constructs an Expression expressing the concatenation 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 | ||||||||