Package | Description |
---|---|
javax.lang.model.element |
REVISED Interfaces used to model elements of the Java programming language.
|
Modifier and Type | Method | Description |
---|---|---|
ModuleElement.DirectiveKind |
ModuleElement.Directive.getKind() |
Returns the
kind of this directive. |
static ModuleElement.DirectiveKind |
ModuleElement.DirectiveKind.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ModuleElement.DirectiveKind[] |
ModuleElement.DirectiveKind.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 1993, 2017, Oracle and/or its affiliates · All rights reserved · License