Modifier and Type | Method and 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(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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.