com.sun.tools.xjc.reader.gbind

Class Sequence

public final class Sequence extends Expression

Expression that represents a concatanation of two expressions "A,B".
Constructor Summary
Sequence(Expression lhs, Expression rhs)
Method Summary
voidbuildDAG(ElementSet incoming)
booleanisNullable()
ElementSetlastSet()
StringtoString()

Constructor Detail

Sequence

public Sequence(Expression lhs, Expression rhs)

Method Detail

buildDAG

void buildDAG(ElementSet incoming)

isNullable

boolean isNullable()

lastSet

ElementSet lastSet()

toString

public String toString()