Uses of Enum
org.jboss.jandex.ClassInfo.NestingType
-
Uses of ClassInfo.NestingType in org.jboss.jandex
Methods in org.jboss.jandex that return ClassInfo.NestingTypeModifier and TypeMethodDescriptionClassInfo.nestingType()Returns the nesting type of this class, which could either be a standard top level class, a member class (NestingType.INNER), an anonymous class, or a local class.static ClassInfo.NestingTypeReturns 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.