Uses of Interface
org.kohsuke.rngom.binary.visitor.PatternFunction

Packages that use PatternFunction
org.kohsuke.rngom.binary 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 PatternFunction
 Object TextPattern.apply(PatternFunction f)
           
 Object DataExceptPattern.apply(PatternFunction f)
           
 Object ErrorPattern.apply(PatternFunction f)
           
 Object ValuePattern.apply(PatternFunction f)
           
 Object ListPattern.apply(PatternFunction f)
           
 Object AttributePattern.apply(PatternFunction f)
           
 Object DataPattern.apply(PatternFunction f)
           
 Object ChoicePattern.apply(PatternFunction f)
           
 Object NotAllowedPattern.apply(PatternFunction f)
           
 Object EmptyPattern.apply(PatternFunction f)
           
 Object GroupPattern.apply(PatternFunction f)
           
 Object OneOrMorePattern.apply(PatternFunction f)
           
abstract  Object Pattern.apply(PatternFunction f)
           
 Object InterleavePattern.apply(PatternFunction f)
           
 Object ElementPattern.apply(PatternFunction f)
           
 Object RefPattern.apply(PatternFunction f)
           
 Object AfterPattern.apply(PatternFunction f)
           
 



Copyright © 2011. All Rights Reserved.