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