com.sun.tools.xjc.reader.gbind
Class OneOrMore
java.lang.Object
com.sun.tools.xjc.reader.gbind.Expression
com.sun.tools.xjc.reader.gbind.OneOrMore
public final class OneOrMore
- extends Expression
Expression
that represents kleene-star operation (A+)
OneOrMore
public OneOrMore(Expression child)
lastSet
ElementSet lastSet()
- Description copied from class:
Expression
- Computes LAST(exp)
- Specified by:
lastSet
in class Expression
isNullable
boolean isNullable()
- Description copied from class:
Expression
- True of \epsilon \in L(exp)
- Specified by:
isNullable
in class Expression
buildDAG
void buildDAG(ElementSet incoming)
- Description copied from class:
Expression
- Builds up a DAG among
Element
s in this expression.
- Specified by:
buildDAG
in class Expression
toString
public String toString()
- Overrides:
toString
in class Object