Uses of Class
aQute.bnd.compatibility.GenericType
-
Packages that use GenericType Package Description aQute.bnd.compatibility -
-
Uses of GenericType in aQute.bnd.compatibility
Subclasses of GenericType in aQute.bnd.compatibility Modifier and Type Class Description static class
GenericType.GenericArray
static class
GenericType.GenericWildcard
Methods in aQute.bnd.compatibility with parameters of type GenericType Modifier and Type Method Description void
Scope. setBase(GenericType typeSignature)
void
Scope. setExceptionTypes(GenericType[] convert)
void
Scope. setParameterTypes(GenericType[] convert)
Constructors in aQute.bnd.compatibility with parameters of type GenericType Constructor Description GenericParameter(java.lang.String name, GenericType[] bounds)
-