Uses of Class
org.hotswap.agent.javassist.CtMethod.ConstParameter
-
Packages that use CtMethod.ConstParameter Package Description org.hotswap.agent.javassist The Javassist Core API. -
-
Uses of CtMethod.ConstParameter in org.hotswap.agent.javassist
Methods in org.hotswap.agent.javassist that return CtMethod.ConstParameter Modifier and Type Method Description static CtMethod.ConstParameterCtMethod.ConstParameter. integer(int i)Makes an integer constant.static CtMethod.ConstParameterCtMethod.ConstParameter. integer(long i)Makes a long integer constant.static CtMethod.ConstParameterCtMethod.ConstParameter. string(String s)Makes anStringconstant.Methods in org.hotswap.agent.javassist with parameters of type CtMethod.ConstParameter Modifier and Type Method Description static CtConstructorCtNewConstructor. make(CtClass[] parameters, CtClass[] exceptions, int howto, CtMethod body, CtMethod.ConstParameter cparam, CtClass declaring)Creates a public constructor.voidCtMethod. setWrappedBody(CtMethod mbody, CtMethod.ConstParameter constParam)Replace a method body with a new method body wrapping the given method.static CtMethodCtNewMethod. wrapped(CtClass returnType, String mname, CtClass[] parameterTypes, CtClass[] exceptionTypes, CtMethod body, CtMethod.ConstParameter constParam, CtClass declaring)Creates a wrapped method.
-