|
Generic Interpreter 1.0 Private API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--gi.Lexicon.Expression
|
+--gi.Lexicon.Alphabet
This class implements an denoting a set of characters.Expression
| Field Summary | |
(package private) Integer |
accept
The accept state of the NFA recognizing the language denoted by this Expression. |
(package private) Integer |
initial
The initial state of the NFA recognizing the language denoted by this Expression. |
| Constructor Summary | |
(package private) |
Lexicon.Alphabet()
|
| Method Summary | |
(package private) abstract boolean |
contains(char c)
Indicates whether a character is in this Alphabet. |
(package private) abstract Lexicon.Expression |
copy()
Creates a copy of this Expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
Integer accept
The accept state of the NFA recognizing the language denoted by this Expression.
Integer initial
The initial state of the NFA recognizing the language denoted by this Expression.
| Constructor Detail |
Lexicon.Alphabet()
| Method Detail |
abstract boolean contains(char c)
Indicates whether a character is in this Alphabet.
c - the character whose status is requested.
true if c is in this Alphabet; false otherwise.abstract Lexicon.Expression copy()
Creates a copy of this Expression. The NFA recognizing the language denoted by this Expression is replicated.
Expression.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||