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

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

public final class OneOrMore
extends Expression

Expression that represents kleene-star operation (A+)


Field Summary
 
Fields inherited from class com.sun.tools.xjc.reader.gbind.Expression
EPSILON
 
Constructor Summary
OneOrMore(Expression child)
           
 
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

OneOrMore

public OneOrMore(Expression child)
Method Detail

toString

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