|
Generic Interpreter 1.2 Private 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.UnicodeCategory
This class implements an containing the characters in a Unicode general category.Alphabet
| Field Summary | |
private byte |
category
The byte representing the Unicode general category. |
| Fields inherited from class gi.Lexicon.Expression |
f, i |
| Constructor Summary | |
Lexicon.UnicodeCategory(byte category)
Constructs an Alphabet containing the characters in a Unicode general category, and builds the NFA constructed from this Expression. |
|
| Method Summary | |
(package private) boolean |
contains(char a)
Indicates whether a character occurs in this Alphabet. |
(package private) Lexicon.Expression |
copy()
Creates a copy of this Alphabet, and replicates the NFA constructed from this Expression. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private final byte category
The byte representing the Unicode general category.
| Constructor Detail |
public Lexicon.UnicodeCategory(byte category)
Constructs an Alphabet containing the characters in a Unicode general category, and builds the NFA constructed from this Expression. The class Character defines byte constants representing each of the Unicode general categories.
category - The byte representing the Unicode general category.Character| Method Detail |
boolean contains(char a)
Indicates whether a character occurs in this Alphabet.
contains in class Lexicon.Alphabeta - the character whose status is requested.
true if a occurs in this Alphabet; false otherwise.Lexicon.Expression copy()
Creates a copy of this Alphabet, and replicates the NFA constructed from this Expression.
copy in class Lexicon.ExpressionAlphabet.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||