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

java.lang.Object
  extended by com.sun.tools.xjc.reader.gbind.Expression
      extended by com.sun.tools.xjc.reader.gbind.Choice

public final class Choice
extends Expression

Expression that represents the union of two expressions "A|B".


Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.gbind.Expression
EPSILON
 
Constructor Summary
Choice(Expression lhs, Expression rhs)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Choice

public Choice(Expression lhs,
              Expression rhs)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object