Package | Description |
---|---|
com.sun.mirror.declaration |
Interfaces used to model program element declarations.
|
com.sun.mirror.util |
Utilities to assist in the processing of declarations and types.
|
Modifier and Type | Method and Description |
---|---|
static Modifier |
Modifier.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Modifier[] |
Modifier.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Collection<Modifier> |
Declaration.getModifiers()
Deprecated.
Returns the modifiers of this declaration, excluding annotations.
|
Modifier and Type | Method and Description |
---|---|
static DeclarationFilter |
DeclarationFilter.getFilter(Collection<Modifier> mods)
Deprecated.
Returns a filter that selects declarations containing all of a
collection of modifiers.
|
Copyright © 2004, 2013, Oracle and/or its affiliates. All rights reserved.