Uses of Class
aQute.bnd.compatibility.Scope
-
Packages that use Scope Package Description aQute.bnd.compatibility -
-
Uses of Scope in aQute.bnd.compatibility
Methods in aQute.bnd.compatibility that return Scope Modifier and Type Method Description ScopeRuntimeSignatureBuilder. add(java.lang.Class<?> c)ScopeParseSignatureBuilder. getRoot()Methods in aQute.bnd.compatibility with parameters of type Scope Modifier and Type Method Description voidScope. add(Scope m)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)
-