Uses of Class
org.jboss.jandex.ClassInfo.NestingType
-
-
Uses of ClassInfo.NestingType in org.jboss.jandex
Methods in org.jboss.jandex that return ClassInfo.NestingType Modifier and Type Method Description ClassInfo.NestingType
ClassInfo. nestingType()
Returns the nesting type of this class, which could either be a standard top level class, an inner class, an anonymous class, or a local class.static ClassInfo.NestingType
ClassInfo.NestingType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ClassInfo.NestingType[]
ClassInfo.NestingType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-