Uses of Class
javassist.bytecode.SignatureAttribute.TypeArgument
-
Packages that use SignatureAttribute.TypeArgument Package Description javassist.bytecode Bytecode-level API. -
-
Uses of SignatureAttribute.TypeArgument in javassist.bytecode
Methods in javassist.bytecode that return SignatureAttribute.TypeArgument Modifier and Type Method Description SignatureAttribute.TypeArgument[]SignatureAttribute.ClassType. getTypeArguments()Returns the type arguments.static SignatureAttribute.TypeArgumentSignatureAttribute.TypeArgument. subclassOf(SignatureAttribute.ObjectType t)A factory method constructing aTypeArgumentwith an upper bound.static SignatureAttribute.TypeArgumentSignatureAttribute.TypeArgument. superOf(SignatureAttribute.ObjectType t)A factory method constructing aTypeArgumentwith an lower bound.Constructors in javassist.bytecode with parameters of type SignatureAttribute.TypeArgument Constructor Description ClassType(String className, SignatureAttribute.TypeArgument[] args)Constructs aClassType.NestedClassType(SignatureAttribute.ClassType parent, String className, SignatureAttribute.TypeArgument[] args)Constructs aNestedClassType.
-