Package javassist

Class CtMethod.ConstParameter

java.lang.Object
javassist.CtMethod.ConstParameter
Direct Known Subclasses:
CtMethod.IntConstParameter, CtMethod.LongConstParameter, CtMethod.StringConstParameter
Enclosing class:
CtMethod

public static class CtMethod.ConstParameter extends Object
Instances of this class represent a constant parameter. They are used to specify the parameter given to the methods created by CtNewMethod.wrapped().
See Also: