|
Generic Interpreter 1.3 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
protected static class 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. |
|
| 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 |
| 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.| 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 | |||||||