| Package | Description |
|---|---|
| org.proxy4j.core.reflect |
| Modifier and Type | Method and Description |
|---|---|
static Modifier |
Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modifier[] |
Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumSet<Modifier> |
Modifier.getModifiers(Member member)
Returns a set of the
Modifier enum values that apply to
the given class member. |
Copyright © 2014. All rights reserved.