Uses of Class
javassist.bytecode.SignatureAttribute.TypeParameter
Packages that use SignatureAttribute.TypeParameter
-
Uses of SignatureAttribute.TypeParameter in javassist.bytecode
Methods in javassist.bytecode that return SignatureAttribute.TypeParameterModifier and TypeMethodDescriptionSignatureAttribute.ClassSignature.getParameters()
Returns the type parameters.SignatureAttribute.MethodSignature.getTypeParameters()
Returns the formal type parameters.Constructors in javassist.bytecode with parameters of type SignatureAttribute.TypeParameterModifierConstructorDescriptionConstructs a class signature.ClassSignature
(SignatureAttribute.TypeParameter[] params, SignatureAttribute.ClassType superClass, SignatureAttribute.ClassType[] interfaces) Constructs a class signature.MethodSignature
(SignatureAttribute.TypeParameter[] tp, SignatureAttribute.Type[] params, SignatureAttribute.Type ret, SignatureAttribute.ObjectType[] ex) Constructs a method type signature.