Uses of Class
koala.dynamicjava.tree.tiger.HookTypeName

Packages that use HookTypeName
koala.dynamicjava.tree.visitor Contains interfaces and classes for traversing the syntax tree. 
 

Uses of HookTypeName in koala.dynamicjava.tree.visitor
 

Methods in koala.dynamicjava.tree.visitor with parameters of type HookTypeName
 Void DepthFirstVisitor.visit(HookTypeName node)
           
 T AbstractVisitor.visit(HookTypeName node)
          Visits a HookTypeName
 T Visitor.visit(HookTypeName node)