Uses of Class
javassist.bytecode.SignatureAttribute.TypeArgument
-
Uses of SignatureAttribute.TypeArgument in javassist.bytecode
Modifier and TypeMethodDescriptionSignatureAttribute.ClassType.getTypeArguments()
Returns the type arguments.SignatureAttribute.TypeArgument.subclassOf
(SignatureAttribute.ObjectType t) A factory method constructing aTypeArgument
with an upper bound.SignatureAttribute.TypeArgument.superOf
(SignatureAttribute.ObjectType t) A factory method constructing aTypeArgument
with an lower bound.ModifierConstructorDescriptionClassType
(String className, SignatureAttribute.TypeArgument[] args) Constructs aClassType
.NestedClassType
(SignatureAttribute.ClassType parent, String className, SignatureAttribute.TypeArgument[] args) Constructs aNestedClassType
.