Package io.airlift.bytecode.instruction
Class Constant.BoxedLongConstant
java.lang.Object
io.airlift.bytecode.instruction.Constant
io.airlift.bytecode.instruction.Constant.BoxedLongConstant
- All Implemented Interfaces:
BytecodeNode,InstructionNode
- Enclosing class:
- Constant
-
Nested Class Summary
Nested classes/interfaces inherited from class io.airlift.bytecode.instruction.Constant
Constant.BooleanConstant, Constant.BoxedBooleanConstant, Constant.BoxedDoubleConstant, Constant.BoxedFloatConstant, Constant.BoxedIntegerConstant, Constant.BoxedLongConstant, Constant.ClassConstant, Constant.DoubleConstant, Constant.DynamicConstant, Constant.FloatConstant, Constant.IntConstant, Constant.LongConstant, Constant.NullConstant, Constant.StringConstant -
Method Summary
Modifier and TypeMethodDescription<T> Taccept(BytecodeNode parent, BytecodeVisitor<T> visitor) voidaccept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) getValue()Methods inherited from class io.airlift.bytecode.instruction.Constant
getChildNodes, loadBoolean, loadBoxedBoolean, loadBoxedDouble, loadBoxedFloat, loadBoxedInt, loadBoxedLong, loadClass, loadClass, loadDouble, loadDynamic, loadDynamic, loadFloat, loadInt, loadLong, loadNull, loadNumber, loadString, toString
-
Method Details
-
getValue
-
accept
public void accept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext) -
accept
- Specified by:
acceptin interfaceBytecodeNode- Overrides:
acceptin classConstant
-