Uses of Class
org.jboss.jandex.ClassInfo.EnclosingMethodInfo
-
-
Uses of ClassInfo.EnclosingMethodInfo in org.jboss.jandex
Fields in org.jboss.jandex declared as ClassInfo.EnclosingMethodInfo Modifier and Type Field Description private ClassInfo.EnclosingMethodInfo
ClassInfo.NestingInfo. enclosingMethod
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.private ClassInfo.EnclosingMethodInfo
IndexReaderV2. readEnclosingMethod(PackedDataInputStream stream, int version)
Methods in org.jboss.jandex with parameters of type ClassInfo.EnclosingMethodInfo Modifier and Type Method Description private void
IndexWriterV2. addEnclosingMethod(ClassInfo.EnclosingMethodInfo enclosingMethod)
(package private) void
ClassInfo. setEnclosingMethod(ClassInfo.EnclosingMethodInfo enclosingMethod)
-