Package aQute.bnd.compatibility
Class RuntimeSignatureBuilder
java.lang.Object
aQute.bnd.compatibility.RuntimeSignatureBuilder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate Scopeadd(Scope declaring, Scope enclosing, int modifiers, TypeVariable<?>[] typeVariables, Kind kind, String id, Type mainType, Type[] parameterTypes, Type[] exceptionTypes) private GenericTypeprivate GenericType[]private GenericParameter[]convert(TypeVariable<?>[] vars) private static StringgetDescriptor(Class<?> c) static StringgetDescriptor(Class<?> base, Class<?>[] parameters) private ScopegetEnclosingScope(Class<?> c) private ScopegetGlobalScope(Class<?> c) static Stringstatic Stringidentity(Constructor<?> m) static Stringstatic String
-
Field Details
-
root
-
-
Constructor Details
-
RuntimeSignatureBuilder
-
-
Method Details
-
identity
-
identity
-
identity
-
identity
-
getDescriptor
-
add
-
getEnclosingScope
-
getGlobalScope
-
add
-
convert
-
convert
-
convert
-
getDescriptor
-