|
||||||||||
| 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
public abstract class Expression
This builds content models.
| Field Summary | |
|---|---|
static Expression |
EPSILON
Expression that represents epsilon, the length-0 string. |
| Constructor Summary | |
|---|---|
Expression()
|
|
| Method Summary | |
|---|---|
(package private) abstract void |
buildDAG(ElementSet incoming)
Builds up a DAG among Elements in this expression. |
(package private) abstract boolean |
isNullable()
True of \epsilon \in L(exp) |
(package private) abstract ElementSet |
lastSet()
Computes LAST(exp) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Expression EPSILON
Expression that represents epsilon, the length-0 string.
| Constructor Detail |
|---|
public Expression()
| Method Detail |
|---|
abstract ElementSet lastSet()
abstract boolean isNullable()
abstract void buildDAG(ElementSet incoming)
Elements in this expression.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||