Package io.airlift.bytecode.instruction
Class Constant.BoxedDoubleConstant
- java.lang.Object
-
- io.airlift.bytecode.instruction.Constant
-
- io.airlift.bytecode.instruction.Constant.BoxedDoubleConstant
-
- All Implemented Interfaces:
BytecodeNode,InstructionNode
- Enclosing class:
- Constant
public static class Constant.BoxedDoubleConstant extends 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.FloatConstant, Constant.IntConstant, Constant.LongConstant, Constant.NullConstant, Constant.StringConstant
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> Taccept(BytecodeNode parent, BytecodeVisitor<T> visitor)voidaccept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext)DoublegetValue()-
Methods inherited from class io.airlift.bytecode.instruction.Constant
getChildNodes, loadBoolean, loadBoxedBoolean, loadBoxedDouble, loadBoxedFloat, loadBoxedInt, loadBoxedLong, loadClass, loadClass, loadDouble, loadFloat, loadInt, loadLong, loadNull, loadNumber, loadString, toString
-
-
-
-
Method Detail
-
accept
public void accept(org.objectweb.asm.MethodVisitor visitor, MethodGenerationContext generationContext)
-
accept
public <T> T accept(BytecodeNode parent, BytecodeVisitor<T> visitor)
- Specified by:
acceptin interfaceBytecodeNode- Overrides:
acceptin classConstant
-
-