com.sun.msv.reader
public class RunAwayExpressionChecker extends Object implements ExpressionVisitorVoid
Method Summary | |
---|---|
static void | check(GrammarReader reader, Expression exp) |
void | onAnyString() |
void | onAttribute(AttributeExp exp) |
void | onChoice(ChoiceExp exp) |
void | onConcur(ConcurExp exp) |
void | onData(DataExp exp) |
void | onElement(ElementExp exp) |
void | onEpsilon() |
void | onInterleave(InterleaveExp exp) |
void | onList(ListExp exp) |
void | onMixed(MixedExp exp) |
void | onNullSet() |
void | onOneOrMore(OneOrMoreExp exp) |
void | onOther(OtherExp exp) |
void | onRef(ReferenceExp exp) |
void | onSequence(SequenceExp exp) |
void | onValue(ValueExp exp) |