Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sun.msv.grammar.util.ExpressionFinder
com.sun.msv.verifier.regexp.StringCareLevelCalculator
public class StringCareLevelCalculator
extends ExpressionFinder
Method Summary | |
static int |
|
boolean | |
boolean |
|
boolean | |
boolean |
|
boolean | |
boolean | |
boolean |
Methods inherited from class com.sun.msv.grammar.util.ExpressionFinder | |
onAnyString , onAttribute , onChoice , onConcur , onData , onElement , onEpsilon , onInterleave , onList , onMixed , onNullSet , onOneOrMore , onOther , onRef , onSequence , onValue |
public boolean onAnyString()
- Specified by:
- onAnyString in interface ExpressionVisitorBoolean
- Overrides:
- onAnyString in interface ExpressionFinder
public boolean onAttribute(AttributeExp exp)
- Specified by:
- onAttribute in interface ExpressionVisitorBoolean
- Overrides:
- onAttribute in interface ExpressionFinder
public boolean onData(DataExp exp)
- Specified by:
- onData in interface ExpressionVisitorBoolean
- Overrides:
- onData in interface ExpressionFinder
public boolean onElement(ElementExp exp)
- Specified by:
- onElement in interface ExpressionVisitorBoolean
- Overrides:
- onElement in interface ExpressionFinder
public boolean onList(ListExp exp)
- Specified by:
- onList in interface ExpressionVisitorBoolean
- Overrides:
- onList in interface ExpressionFinder
public boolean onMixed(MixedExp exp)
- Specified by:
- onMixed in interface ExpressionVisitorBoolean
- Overrides:
- onMixed in interface ExpressionFinder
public boolean onValue(ValueExp exp)
- Specified by:
- onValue in interface ExpressionVisitorBoolean
- Overrides:
- onValue in interface ExpressionFinder