Uses of Class
org.jboss.jandex.ClassInfo.EnclosingMethodInfo
-
-
Uses of ClassInfo.EnclosingMethodInfo in org.jboss.jandex
Methods in org.jboss.jandex that return ClassInfo.EnclosingMethodInfo Modifier and Type Method Description ClassInfo.EnclosingMethodInfo
ClassInfo. enclosingMethod()
Returns the enclosing method of this class if it is a local, or anonymous class, and it is declared within the body of a method or constructor.
-