Uses of Class
aQute.bnd.compatibility.Scope
-
Packages that use Scope Package Description aQute.bnd.compatibility -
-
Uses of Scope in aQute.bnd.compatibility
Fields in aQute.bnd.compatibility declared as Scope Modifier and Type Field 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
Fields in aQute.bnd.compatibility with type parameters of type Scope Modifier and Type Field Description (package private) java.util.Map<java.lang.String,Scope>
Scope. children
Methods in aQute.bnd.compatibility that return Scope Modifier and Type Method 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)
Scope
RuntimeSignatureBuilder. add(java.lang.Class<?> c)
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)
Methods in aQute.bnd.compatibility with parameters of type Scope Modifier and Type Method 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. add(Scope m)
private GenericType
RuntimeSignatureBuilder. convert(Scope source, java.lang.reflect.Type t)
void
Scope. setDeclaring(Scope declaring)
void
Scope. setEnclosing(Scope enclosing)
Constructors in aQute.bnd.compatibility with parameters of type Scope Constructor Description ParseSignatureBuilder(Scope root)
RuntimeSignatureBuilder(Scope root)
-