com.sun.tools.xjc.reader.gbind
Class Sequence
java.lang.Object
com.sun.tools.xjc.reader.gbind.Expression
com.sun.tools.xjc.reader.gbind.Sequence
public final class Sequence
- extends Expression
Expression
that represents a concatanation of two expressions
"A,B".
Sequence
public Sequence(Expression lhs,
Expression rhs)
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