Package aQute.bnd.compatibility
Class Scope
java.lang.Object
aQute.bnd.compatibility.Scope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
static String
classIdentity
(String name2) void
static String
constructorIdentity
(String descriptor) static String
fieldIdentity
(String name, String descriptor) boolean
isTop()
static String
methodIdentity
(String name, String descriptor) void
void
report
(Appendable a, int indent) void
void
setBase
(GenericType typeSignature) void
setDeclaring
(Scope declaring) void
setEnclosing
(Scope enclosing) void
setExceptionTypes
(GenericType[] convert) void
setGenericParameter
(GenericParameter[] typeVars) void
void
setParameterTypes
(GenericType[] convert) toString()
-
Constructor Details
-
Scope
-
-
Method Details
-
setParameterTypes
-
setExceptionTypes
-
setBase
-
toString
-
report
- Throws:
IOException
-
add
-
setDeclaring
-
setAccess
-
setEnclosing
-
isTop
public boolean isTop() -
setKind
-
classIdentity
-
methodIdentity
-
constructorIdentity
-
fieldIdentity
-
cleanRoot
public void cleanRoot() -
prune
-
setGenericParameter
-