Uses of Class
org.hotswap.agent.javassist.bytecode.SignatureAttribute.TypeParameter
-
Packages that use SignatureAttribute.TypeParameter Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API. -
-
Uses of SignatureAttribute.TypeParameter in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.javassist.bytecode that return SignatureAttribute.TypeParameter Modifier and Type Method Description SignatureAttribute.TypeParameter[]SignatureAttribute.ClassSignature. getParameters()Returns the type parameters.SignatureAttribute.TypeParameter[]SignatureAttribute.MethodSignature. getTypeParameters()Returns the formal type parameters.Constructors in org.hotswap.agent.javassist.bytecode with parameters of type SignatureAttribute.TypeParameter Constructor Description ClassSignature(SignatureAttribute.TypeParameter[] p)Constructs 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.
-