Uses of Class
javassist.CtMethod.ConstParameter
-
Packages that use CtMethod.ConstParameter Package Description javassist The Javassist Core API. -
-
Uses of CtMethod.ConstParameter in javassist
Subclasses of CtMethod.ConstParameter in javassist Modifier and Type Class Description (package private) static classCtMethod.IntConstParameter(package private) static classCtMethod.LongConstParameter(package private) static classCtMethod.StringConstParameterMethods in 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(java.lang.String s)Makes anStringconstant.Methods in 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.protected static BytecodeCtNewWrappedConstructor. makeBody(CtClass declaring, ClassFile classfile, int howToCallSuper, CtMethod wrappedBody, CtClass[] parameters, CtMethod.ConstParameter cparam)(package private) static BytecodeCtNewWrappedMethod. makeBody(CtClass clazz, ClassFile classfile, CtMethod wrappedBody, CtClass[] parameters, CtClass returnType, CtMethod.ConstParameter cparam)protected static intCtNewWrappedMethod. makeBody0(CtClass clazz, ClassFile classfile, CtMethod wrappedBody, boolean isStatic, CtClass[] parameters, CtClass returnType, CtMethod.ConstParameter cparam, Bytecode code)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, java.lang.String mname, CtClass[] parameterTypes, CtClass[] exceptionTypes, CtMethod body, CtMethod.ConstParameter constParam, CtClass declaring)Creates a wrapped method.static CtConstructorCtNewWrappedConstructor. wrapped(CtClass[] parameterTypes, CtClass[] exceptionTypes, int howToCallSuper, CtMethod body, CtMethod.ConstParameter constParam, CtClass declaring)static CtMethodCtNewWrappedMethod. wrapped(CtClass returnType, java.lang.String mname, CtClass[] parameterTypes, CtClass[] exceptionTypes, CtMethod body, CtMethod.ConstParameter constParam, CtClass declaring)
-