Generic Interpreter 1.2
Protected API

gi
Class Lexicon.Alphabet

java.lang.Object
  extended bygi.Lexicon.Expression
      extended bygi.Lexicon.Alphabet
Direct Known Subclasses:
Lexicon.Match, Lexicon.PosixClass, Lexicon.Range, Lexicon.UnicodeCategory
Enclosing class:
Lexicon

protected abstract static class Lexicon.Alphabet
extends Lexicon.Expression

This class implements an Alphabet of character symbols.

Version:
1.2
Author:
© 1999-2004 Craig A. Rich <carich@csupomona.edu>

Constructor Summary
protected Lexicon.Alphabet()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lexicon.Alphabet

protected Lexicon.Alphabet()

 

© 1999-2004 Craig A. Rich <carich@csupomona.edu>