Uses of Interface
org.kohsuke.rngom.binary.visitor.PatternFunction
-
Packages that use PatternFunction Package Description org.kohsuke.rngom.binary Minimal binarized pattern object model (one example ofast.om
implementation). -
-
Uses of PatternFunction in org.kohsuke.rngom.binary
Methods in org.kohsuke.rngom.binary with parameters of type PatternFunction Modifier and Type Method Description java.lang.Object
AfterPattern. apply(PatternFunction f)
java.lang.Object
AttributePattern. apply(PatternFunction f)
java.lang.Object
ChoicePattern. apply(PatternFunction f)
java.lang.Object
DataExceptPattern. apply(PatternFunction f)
java.lang.Object
DataPattern. apply(PatternFunction f)
java.lang.Object
ElementPattern. apply(PatternFunction f)
java.lang.Object
EmptyPattern. apply(PatternFunction f)
java.lang.Object
ErrorPattern. apply(PatternFunction f)
java.lang.Object
GroupPattern. apply(PatternFunction f)
java.lang.Object
InterleavePattern. apply(PatternFunction f)
java.lang.Object
ListPattern. apply(PatternFunction f)
java.lang.Object
NotAllowedPattern. apply(PatternFunction f)
java.lang.Object
OneOrMorePattern. apply(PatternFunction f)
abstract java.lang.Object
Pattern. apply(PatternFunction f)
java.lang.Object
RefPattern. apply(PatternFunction f)
java.lang.Object
TextPattern. apply(PatternFunction f)
java.lang.Object
ValuePattern. apply(PatternFunction f)
-