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) Scope
Scope.declaring
(package private) Scope
Scope.enclosing
(package private) Scope
GenericType.reference
(package private) final Scope
ParseSignatureBuilder.root
(package private) final Scope
RuntimeSignatureBuilder.root
(package private) Scope
GenericType.scope
Fields in aQute.bnd.compatibility with type parameters of type ScopeMethods in aQute.bnd.compatibility that return ScopeModifier and TypeMethodDescriptionprivate Scope
RuntimeSignatureBuilder.add
(Scope declaring, Scope enclosing, int modifiers, TypeVariable<?>[] typeVariables, Kind kind, String id, Type mainType, Type[] parameterTypes, Type[] exceptionTypes) private Scope
RuntimeSignatureBuilder.getEnclosingScope
(Class<?> c) private Scope
RuntimeSignatureBuilder.getGlobalScope
(Class<?> c) ParseSignatureBuilder.getRoot()
(package private) Scope
Methods in aQute.bnd.compatibility with parameters of type ScopeModifier and TypeMethodDescriptionprivate Scope
RuntimeSignatureBuilder.add
(Scope declaring, Scope enclosing, int modifiers, TypeVariable<?>[] typeVariables, Kind kind, String id, Type mainType, Type[] parameterTypes, Type[] exceptionTypes) void
private GenericType
void
Scope.setDeclaring
(Scope declaring) void
Scope.setEnclosing
(Scope enclosing) Constructors in aQute.bnd.compatibility with parameters of type ScopeModifierConstructorDescriptionParseSignatureBuilder
(Scope root) RuntimeSignatureBuilder
(Scope root)