com.sun.tools.xjc.reader.gbind

Class OneOrMore

public final class OneOrMore extends Expression

Expression that represents kleene-star operation (A+)
Constructor Summary
OneOrMore(Expression child)
Method Summary
voidbuildDAG(ElementSet incoming)
booleanisNullable()
ElementSetlastSet()
StringtoString()

Constructor Detail

OneOrMore

public OneOrMore(Expression child)

Method Detail

buildDAG

void buildDAG(ElementSet incoming)

isNullable

boolean isNullable()

lastSet

ElementSet lastSet()

toString

public String toString()