Generic Interpreter 1.2
Protected API

gi
Class Lexicon.Expression

java.lang.Object
  extended bygi.Lexicon.Expression
Direct Known Subclasses:
Lexicon.Alphabet, Lexicon.Concatenation, Lexicon.Repetition, Lexicon.Singleton, Lexicon.Union
Enclosing class:
Lexicon

protected abstract static class Lexicon.Expression
extends Object

This class implements an Expression expressing a regular language.

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

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

Constructor Detail

Lexicon.Expression

protected Lexicon.Expression()

 

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