Uses of Interface
jfun.jaskell.ast.PatternVisitor

Packages that use PatternVisitor
jfun.jaskell.ast Provides classes and interfaces for the abstract syntax tree of jaskell. 
 

Uses of PatternVisitor in jfun.jaskell.ast
 

Methods in jfun.jaskell.ast with parameters of type PatternVisitor
 java.lang.Object Pattern.accept(PatternVisitor v)