Package | Description |
---|---|
aQute.bnd.compatibility |
Modifier and Type | Field and Description |
---|---|
(package private) Kind |
Scope.kind |
Modifier and Type | Method and Description |
---|---|
static Kind |
Kind.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Kind[] |
Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private Scope |
RuntimeSignatureBuilder.add(Scope declaring,
Scope enclosing,
int modifiers,
java.lang.reflect.TypeVariable<?>[] typeVariables,
Kind kind,
java.lang.String id,
java.lang.reflect.Type mainType,
java.lang.reflect.Type[] parameterTypes,
java.lang.reflect.Type[] exceptionTypes) |
void |
Scope.setKind(Kind kind) |
Constructor and Description |
---|
Scope(Access access,
Kind kind,
java.lang.String name) |