com.sun.msv.grammar

Interface ExpressionVisitorBoolean

public interface ExpressionVisitorBoolean

ExpressionVisitor that returns boolean.

Author: Kohsuke KAWAGUCHI

Method Summary
booleanonAnyString()
booleanonAttribute(AttributeExp exp)
booleanonChoice(ChoiceExp exp)
booleanonConcur(ConcurExp p)
booleanonData(DataExp exp)
booleanonElement(ElementExp exp)
booleanonEpsilon()
booleanonInterleave(InterleaveExp p)
booleanonList(ListExp exp)
booleanonMixed(MixedExp exp)
booleanonNullSet()
booleanonOneOrMore(OneOrMoreExp exp)
booleanonOther(OtherExp exp)
booleanonRef(ReferenceExp exp)
booleanonSequence(SequenceExp exp)
booleanonValue(ValueExp exp)

Method Detail

onAnyString

public boolean onAnyString()

onAttribute

public boolean onAttribute(AttributeExp exp)

onChoice

public boolean onChoice(ChoiceExp exp)

onConcur

public boolean onConcur(ConcurExp p)

onData

public boolean onData(DataExp exp)

onElement

public boolean onElement(ElementExp exp)

onEpsilon

public boolean onEpsilon()

onInterleave

public boolean onInterleave(InterleaveExp p)

onList

public boolean onList(ListExp exp)

onMixed

public boolean onMixed(MixedExp exp)

onNullSet

public boolean onNullSet()

onOneOrMore

public boolean onOneOrMore(OneOrMoreExp exp)

onOther

public boolean onOther(OtherExp exp)

onRef

public boolean onRef(ReferenceExp exp)

onSequence

public boolean onSequence(SequenceExp exp)

onValue

public boolean onValue(ValueExp exp)