Uses of Class
aQute.bnd.compatibility.Scope
Packages that use Scope
-
Uses of Scope in aQute.bnd.compatibility
Fields in aQute.bnd.compatibility declared as ScopeModifier and TypeFieldDescription(package private) ScopeScope.declaring(package private) ScopeScope.enclosing(package private) ScopeGenericType.reference(package private) final ScopeParseSignatureBuilder.root(package private) final ScopeRuntimeSignatureBuilder.root(package private) ScopeGenericType.scopeFields in aQute.bnd.compatibility with type parameters of type ScopeMethods in aQute.bnd.compatibility that return ScopeModifier and TypeMethodDescriptionprivate ScopeRuntimeSignatureBuilder.add(Scope declaring, Scope enclosing, int modifiers, TypeVariable<?>[] typeVariables, Kind kind, String id, Type mainType, Type[] parameterTypes, Type[] exceptionTypes) private ScopeRuntimeSignatureBuilder.getEnclosingScope(Class<?> c) private ScopeRuntimeSignatureBuilder.getGlobalScope(Class<?> c) ParseSignatureBuilder.getRoot()(package private) ScopeMethods in aQute.bnd.compatibility with parameters of type ScopeModifier and TypeMethodDescriptionprivate ScopeRuntimeSignatureBuilder.add(Scope declaring, Scope enclosing, int modifiers, TypeVariable<?>[] typeVariables, Kind kind, String id, Type mainType, Type[] parameterTypes, Type[] exceptionTypes) voidprivate GenericTypevoidScope.setDeclaring(Scope declaring) voidScope.setEnclosing(Scope enclosing) Constructors in aQute.bnd.compatibility with parameters of type ScopeModifierConstructorDescriptionParseSignatureBuilder(Scope root) RuntimeSignatureBuilder(Scope root)