Package eu.bandm.tools.util.classes
Class Navigate
java.lang.Object
eu.bandm.tools.util.classes.Navigate
-
Method Summary
Modifier and TypeMethodDescriptionfindInnerClass(Class<?> cs, String name) Deprecated, for removal: This API element is subject to removal in a future version.works only heuristically: the navigation by name is defined only for the Java compiler, not in the general JVM case.findParallelClass(Class<?> cs, String name) Deprecated, for removal: This API element is subject to removal in a future version.works only heuristically: the navigation by name is defined only for the Java compiler, not in the general JVM case.
-
Method Details
-
findInnerClass
@Deprecated(forRemoval=true) @Opt public static @Opt Class<?> findInnerClass(Class<?> cs, String name) Deprecated, for removal: This API element is subject to removal in a future version.works only heuristically: the navigation by name is defined only for the Java compiler, not in the general JVM case. -
findParallelClass
@Deprecated(forRemoval=true) @Opt public static @Opt Class<?> findParallelClass(Class<?> cs, String name) Deprecated, for removal: This API element is subject to removal in a future version.works only heuristically: the navigation by name is defined only for the Java compiler, not in the general JVM case.
-