gi
Class Lexicon.Expression
java.lang.Object
gi.Lexicon.Expression
- All Implemented Interfaces:
- Cloneable
- Direct Known Subclasses:
- Lexicon.Alphabet, Lexicon.Concatenation, Lexicon.Repetition, Lexicon.Singleton, Lexicon.Union
- Enclosing class:
- Lexicon
protected abstract static class Lexicon.Expression
- extends Object
- implements Cloneable
This class implements an Expression expressing a regular language.
- Version:
- 1.3
- Author:
- © 1999-2009 Craig A. Rich <carich@csupomona.edu>
|
Method Summary |
abstract Object |
clone()
Creates a clone of this Expression, and replicates the NFA constructed from this Expression. |
Lexicon.Expression
protected Lexicon.Expression()
clone
public abstract Object clone()
Creates a clone of this Expression, and replicates the NFA constructed from this Expression.
- Overrides:
clone in class Object
- Returns:
- a clone of this
Expression.
© 1999-2009 Craig A. Rich <carich@csupomona.edu>