public static class Constant.LongConstant extends Constant
Constant.BooleanConstant, Constant.BoxedBooleanConstant, Constant.BoxedDoubleConstant, Constant.BoxedFloatConstant, Constant.BoxedIntegerConstant, Constant.BoxedLongConstant, Constant.ClassConstant, Constant.DoubleConstant, Constant.FloatConstant, Constant.IntConstant, Constant.LongConstant, Constant.NullConstant, Constant.StringConstant| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(BytecodeNode parent,
BytecodeVisitor<T> visitor) |
void |
accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext) |
Long |
getValue() |
getChildNodes, loadBoolean, loadBoxedBoolean, loadBoxedDouble, loadBoxedFloat, loadBoxedInt, loadBoxedLong, loadClass, loadClass, loadDouble, loadFloat, loadInt, loadLong, loadNull, loadNumber, loadString, toStringpublic void accept(org.objectweb.asm.MethodVisitor visitor,
MethodGenerationContext generationContext)
public <T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
accept in interface BytecodeNodeaccept in class ConstantCopyright © 2012–2023. All rights reserved.