Package | Description |
---|---|
aQute.bnd.compatibility |
Modifier and Type | Field and Description |
---|---|
(package private) Scope |
Scope.declaring |
(package private) Scope |
Scope.enclosing |
(package private) Scope |
GenericType.reference |
(package private) Scope |
ParseSignatureBuilder.root |
(package private) Scope |
RuntimeSignatureBuilder.root |
(package private) Scope |
GenericType.scope |
Modifier and Type | Field and Description |
---|---|
(package private) java.util.Map<java.lang.String,Scope> |
Scope.children |
Modifier and Type | Method and Description |
---|---|
Scope |
RuntimeSignatureBuilder.add(java.lang.Class<?> c) |
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) |
private Scope |
RuntimeSignatureBuilder.getEnclosingScope(java.lang.Class<?> c) |
private Scope |
RuntimeSignatureBuilder.getGlobalScope(java.lang.Class<?> c) |
Scope |
ParseSignatureBuilder.getRoot() |
(package private) Scope |
Scope.getScope(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
void |
Scope.add(Scope m) |
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) |
private GenericType |
RuntimeSignatureBuilder.convert(Scope source,
java.lang.reflect.Type t) |
void |
Scope.setDeclaring(Scope declaring) |
void |
Scope.setEnclosing(Scope enclosing) |
Constructor and Description |
---|
ParseSignatureBuilder(Scope root) |
RuntimeSignatureBuilder(Scope root) |