Uses of Class
org.hotswap.agent.javassist.bytecode.SignatureAttribute.TypeArgument
-
Packages that use SignatureAttribute.TypeArgument Package Description org.hotswap.agent.javassist.bytecode Bytecode-level API. -
-
Uses of SignatureAttribute.TypeArgument in org.hotswap.agent.javassist.bytecode
Methods in org.hotswap.agent.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 org.hotswap.agent.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.
-