Java javax.lang.model.element NestingKind fields, constructors, methods, implement or subclass

Example usage for Java javax.lang.model.element NestingKind fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.lang.model.element NestingKind.

The text is from its open source code.

Field

NestingKindTOP_LEVEL
A top-level type, not contained within another type.
NestingKindMEMBER
A type that is a named member of another type.