|
Generic Interpreter 0.9 Protected API |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gi.Lexicon.Expression | +--gi.Lexicon.Alphabet | +--gi.Lexicon.PosixClass
This class implements an
denoting the set of characters in a POSIX class.Expression
Method Summary | |
static gi.Lexicon.Expression |
alnum()
Creates an Expression denoting the set of alphanumeric characters. |
static gi.Lexicon.Expression |
alpha()
Creates an Expression denoting the set of alphabetic characters. |
static gi.Lexicon.Expression |
blank()
Creates an Expression denoting the set of blank characters. |
static gi.Lexicon.Expression |
cntrl()
Creates an Expression denoting the set of control characters. |
static gi.Lexicon.Expression |
digit()
Creates an Expression denoting the set of decimal digit characters. |
static gi.Lexicon.Expression |
graph()
Creates an Expression denoting the set of graphical characters. |
static gi.Lexicon.Expression |
lower()
Creates an Expression denoting the set of lowercase alphabetic characters. |
static gi.Lexicon.Expression |
print()
Creates an Expression denoting the set of printable characters. |
static gi.Lexicon.Expression |
punct()
Creates an Expression denoting the set of punctuation characters. |
static gi.Lexicon.Expression |
space()
Creates an Expression denoting the set of space characters. |
static gi.Lexicon.Expression |
upper()
Creates an Expression denoting the set of uppercase alphabetic characters. |
static gi.Lexicon.Expression |
xdigit()
Creates an Expression denoting the set of hexadecimal digit characters. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static gi.Lexicon.Expression alnum()
Creates an Expression
denoting the set of alphanumeric characters.
public static gi.Lexicon.Expression alpha()
Creates an Expression
denoting the set of alphabetic characters.
public static gi.Lexicon.Expression blank()
Creates an Expression
denoting the set of blank characters.
public static gi.Lexicon.Expression cntrl()
Creates an Expression
denoting the set of control characters.
public static gi.Lexicon.Expression digit()
Creates an Expression
denoting the set of decimal digit characters.
public static gi.Lexicon.Expression graph()
Creates an Expression
denoting the set of graphical characters.
public static gi.Lexicon.Expression lower()
Creates an Expression
denoting the set of lowercase alphabetic characters.
public static gi.Lexicon.Expression print()
Creates an Expression
denoting the set of printable characters.
public static gi.Lexicon.Expression punct()
Creates an Expression
denoting the set of punctuation characters.
public static gi.Lexicon.Expression space()
Creates an Expression
denoting the set of space characters.
public static gi.Lexicon.Expression upper()
Creates an Expression
denoting the set of uppercase alphabetic characters.
public static gi.Lexicon.Expression xdigit()
Creates an Expression
denoting the set of hexadecimal digit characters.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |