Class Navigate

java.lang.Object
eu.bandm.tools.util.classes.Navigate

public class Navigate extends Object
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
    static @Opt Class<?>
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.