com.sun.tools.xjc.reader.gbind

Class Choice

public final class Choice extends Expression

Expression that represents the union of two expressions "A|B".
Constructor Summary
Choice(Expression lhs, Expression rhs)
Method Summary
voidbuildDAG(ElementSet incoming)
booleanisNullable()
ElementSetlastSet()
StringtoString()

Constructor Detail

Choice

public Choice(Expression lhs, Expression rhs)

Method Detail

buildDAG

void buildDAG(ElementSet incoming)

isNullable

boolean isNullable()

lastSet

ElementSet lastSet()

toString

public String toString()