|
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.Alphabet
gi.Lexicon.Match
gi.Lexicon.NonMatch
protected static class Lexicon.NonMatch
This class implements an containing all except some characters.Alphabet
| Constructor Summary | |
|---|---|
Lexicon.NonMatch(char a)
Constructs an Alphabet containing all characters except one, and builds the NFA constructed from this Expression. |
|
Lexicon.NonMatch(Object A)
Constructs an Alphabet containing all characters except some, and builds the NFA constructed from this Expression. |
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a clone of this Alphabet, 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.NonMatch(char a)
Constructs an Alphabet containing all characters except one, and builds the NFA constructed from this Expression.
a - the character not in this Alphabet.public Lexicon.NonMatch(Object A)
Constructs an Alphabet containing all characters except some, and builds the NFA constructed from this Expression.
A - the Character or String of characters not in this Alphabet.| Method Detail |
|---|
public Object clone()
Creates a clone of this Alphabet, and replicates the NFA constructed from this Expression.
clone in class Lexicon.MatchAlphabet.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||