Package javassist
Class CtMethod.IntConstParameter
java.lang.Object
javassist.CtMethod.ConstParameter
javassist.CtMethod.IntConstParameter
- Enclosing class:
CtMethod
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javassist.CtMethod.ConstParameter
defaultConstDescriptor, defaultDescriptor, integer, integer, string
-
Field Details
-
param
int param
-
-
Constructor Details
-
IntConstParameter
IntConstParameter(int i)
-
-
Method Details
-
compile
- Overrides:
compile
in classCtMethod.ConstParameter
- Returns:
- the size of the stack consumption.
- Throws:
CannotCompileException
-
descriptor
String descriptor()- Overrides:
descriptor
in classCtMethod.ConstParameter
-
constDescriptor
String constDescriptor()Description copied from class:CtMethod.ConstParameter
Returns the descriptor for constructors.- Overrides:
constDescriptor
in classCtMethod.ConstParameter
- See Also:
-