Uses of Class
org.reflext.api.visit.HierarchyScope

Packages that use HierarchyScope
org.reflext.api.introspection   
org.reflext.api.visit   
 

Uses of HierarchyScope in org.reflext.api.introspection
 

Constructors in org.reflext.api.introspection with parameters of type HierarchyScope
MethodIntrospector(HierarchyScope hierarchyScope)
          Builds a new introspector with the specified hierarchy scope and a removeOverrides parameter set to false.
MethodIntrospector(HierarchyScope hierarchyScope, boolean removeOverrides)
          Creates an introspector with the specified hierarchy scope and the specified removeOverrides parameter.
 

Uses of HierarchyScope in org.reflext.api.visit
 

Methods in org.reflext.api.visit that return HierarchyScope
static HierarchyScope HierarchyScope.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HierarchyScope[] HierarchyScope.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 eXo Platform SAS. All Rights Reserved.