static class CtMethod.StringConstParameter extends CtMethod.ConstParameter
Modifier and Type | Field and Description |
---|---|
(package private) java.lang.String |
param |
Constructor and Description |
---|
StringConstParameter(java.lang.String s) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
compile(Bytecode code) |
(package private) java.lang.String |
constDescriptor()
Returns the descriptor for constructors.
|
(package private) java.lang.String |
descriptor() |
defaultConstDescriptor, defaultDescriptor, integer, integer, string
int compile(Bytecode code) throws CannotCompileException
compile
in class CtMethod.ConstParameter
CannotCompileException
java.lang.String descriptor()
descriptor
in class CtMethod.ConstParameter
java.lang.String constDescriptor()
CtMethod.ConstParameter
constDescriptor
in class CtMethod.ConstParameter
CtNewWrappedConstructor