com.sun.tools.xjc.reader.gbind
Class Expression

java.lang.Object
  extended by com.sun.tools.xjc.reader.gbind.Expression
Direct Known Subclasses:
Choice, Element, OneOrMore, Sequence

public abstract class Expression
extends java.lang.Object

This builds content models.


Field Summary
static Expression EPSILON
          Expression that represents epsilon, the length-0 string.
 
Constructor Summary
Expression()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EPSILON

public static final Expression EPSILON
Expression that represents epsilon, the length-0 string.

Constructor Detail

Expression

public Expression()