Uses of Interface
org.reflext.api.Visitor

Packages that use Visitor
org.reflext.api   
org.reflext.api.visit   
 

Uses of Visitor in org.reflext.api
 

Classes in org.reflext.api with type parameters of type Visitor
 interface Visitor<V extends Visitor<V,S>,S extends VisitorStrategy<V,S>>
          Defines the visitor base interface.
 interface VisitorStrategy<V extends Visitor<V,S>,S extends VisitorStrategy<V,S>>
           
 

Methods in org.reflext.api with type parameters of type Visitor
<V extends Visitor<V,S>,S extends VisitorStrategy<V,S>>
void
TypeInfo.accept(S strategy, V visitor)
          Visit the type info.
 

Uses of Visitor in org.reflext.api.visit
 

Subinterfaces of Visitor in org.reflext.api.visit
 interface HierarchyVisitor<V extends HierarchyVisitor<V>>
          Visits a ClassTypeInfo hierarchy.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.