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 Scope
RuntimeSignatureBuilder. add(java.lang.Class<?> c)
Scope
ParseSignatureBuilder. getRoot()
Methods in aQute.bnd.compatibility with parameters of type Scope Modifier and Type Method Description void
Scope. add(Scope m)
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)
-