|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||