Uses of Class
javax.lang.model.element.NestingKind

Packages that use NestingKind
javax.lang.model.element Interfaces used to model elements of the Java programming language. 
 

Uses of NestingKind in javax.lang.model.element
 

Methods in javax.lang.model.element that return NestingKind
 NestingKind TypeElement.getNestingKind()
          Returns the nesting kind of this type element.
static NestingKind NestingKind.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static NestingKind[] NestingKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.