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.omimplementation). -
-
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.ObjectAfterPattern. apply(PatternFunction f)java.lang.ObjectAttributePattern. apply(PatternFunction f)java.lang.ObjectChoicePattern. apply(PatternFunction f)java.lang.ObjectDataExceptPattern. apply(PatternFunction f)java.lang.ObjectDataPattern. apply(PatternFunction f)java.lang.ObjectElementPattern. apply(PatternFunction f)java.lang.ObjectEmptyPattern. apply(PatternFunction f)java.lang.ObjectErrorPattern. apply(PatternFunction f)java.lang.ObjectGroupPattern. apply(PatternFunction f)java.lang.ObjectInterleavePattern. apply(PatternFunction f)java.lang.ObjectListPattern. apply(PatternFunction f)java.lang.ObjectNotAllowedPattern. apply(PatternFunction f)java.lang.ObjectOneOrMorePattern. apply(PatternFunction f)abstract java.lang.ObjectPattern. apply(PatternFunction f)java.lang.ObjectRefPattern. apply(PatternFunction f)java.lang.ObjectTextPattern. apply(PatternFunction f)java.lang.ObjectValuePattern. apply(PatternFunction f)
-