Generic Interpreter 1.3
Protected API

gi
Class Lexicon.Alphabet

java.lang.Object
  extended by gi.Lexicon.Expression
      extended by gi.Lexicon.Alphabet
All Implemented Interfaces:
Cloneable
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.3
Author:
© 1999-2009 Craig A. Rich <carich@csupomona.edu>

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

Constructor Detail

Lexicon.Alphabet

protected Lexicon.Alphabet()

 

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