|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.tools.xjc.reader.gbind.Expression
com.sun.tools.xjc.reader.gbind.Sequence
public final class Sequence
Expression that represents a concatanation of two expressions
"A,B".
| Field Summary |
|---|
| Fields inherited from class com.sun.tools.xjc.reader.gbind.Expression |
|---|
EPSILON |
| Constructor Summary | |
|---|---|
Sequence(Expression lhs,
Expression rhs)
|
|
| Method Summary | |
|---|---|
(package private) void |
buildDAG(ElementSet incoming)
Builds up a DAG among Elements in this expression. |
(package private) boolean |
isNullable()
True of \epsilon \in L(exp) |
(package private) ElementSet |
lastSet()
Computes LAST(exp) |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Sequence(Expression lhs,
Expression rhs)
| Method Detail |
|---|
ElementSet lastSet()
Expression
lastSet in class Expressionboolean isNullable()
Expression
isNullable in class Expressionvoid buildDAG(ElementSet incoming)
ExpressionElements in this expression.
buildDAG in class Expressionpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||