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) ScopeScope. declaring(package private) ScopeScope. enclosing(package private) ScopeGenericType. reference(package private) ScopeParseSignatureBuilder. root(package private) ScopeRuntimeSignatureBuilder. root(package private) ScopeGenericType. scopeFields 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. childrenMethods in aQute.bnd.compatibility that return Scope Modifier and Type Method Description private ScopeRuntimeSignatureBuilder. 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)ScopeRuntimeSignatureBuilder. add(java.lang.Class<?> c)private ScopeRuntimeSignatureBuilder. getEnclosingScope(java.lang.Class<?> c)private ScopeRuntimeSignatureBuilder. getGlobalScope(java.lang.Class<?> c)ScopeParseSignatureBuilder. getRoot()(package private) ScopeScope. getScope(java.lang.String name)Methods in aQute.bnd.compatibility with parameters of type Scope Modifier and Type Method Description private ScopeRuntimeSignatureBuilder. 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)voidScope. add(Scope m)private GenericTypeRuntimeSignatureBuilder. convert(Scope source, java.lang.reflect.Type t)voidScope. setDeclaring(Scope declaring)voidScope. setEnclosing(Scope enclosing)Constructors in aQute.bnd.compatibility with parameters of type Scope Constructor Description ParseSignatureBuilder(Scope root)RuntimeSignatureBuilder(Scope root)
-