Class Constant

java.lang.Object
io.airlift.bytecode.instruction.Constant
All Implemented Interfaces:
BytecodeNode, InstructionNode
Direct Known Subclasses:
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

public abstract class Constant extends Object implements InstructionNode