Package javassist
Class CtMethod.LongConstParameter
java.lang.Object
javassist.CtMethod.ConstParameter
javassist.CtMethod.LongConstParameter
- 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
long param
-
-
Constructor Details
-
LongConstParameter
LongConstParameter(long l)
-
-
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:
-