Uses of Class
io.airlift.bytecode.instruction.Constant
Packages that use Constant
-
Uses of Constant in io.airlift.bytecode
Methods in io.airlift.bytecode with parameters of type ConstantModifier and TypeMethodDescriptionBytecodeVisitor.visitConstant(BytecodeNode parent, Constant constant) -
Uses of Constant in io.airlift.bytecode.instruction
Subclasses of Constant in io.airlift.bytecode.instructionModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classMethods in io.airlift.bytecode.instruction that return ConstantModifier and TypeMethodDescriptionstatic ConstantConstant.loadBoolean(boolean value) static ConstantConstant.loadBoxedBoolean(boolean value) static ConstantConstant.loadBoxedDouble(double value) static ConstantConstant.loadBoxedFloat(float value) static ConstantConstant.loadBoxedInt(int value) static ConstantConstant.loadBoxedLong(long value) static ConstantConstant.loadClass(ParameterizedType value) static Constantstatic ConstantConstant.loadDouble(double value) static ConstantConstant.loadDynamic(String name, ParameterizedType type, Method bootstrapMethod, Iterable<Object> bootstrapArguments) static ConstantConstant.loadDynamic(String name, ParameterizedType type, Method bootstrapMethod, Object... bootstrapArguments) static ConstantConstant.loadFloat(float value) static ConstantConstant.loadInt(int value) static ConstantConstant.loadLong(long value) static ConstantConstant.loadNull()static ConstantConstant.loadNumber(Number value) static ConstantConstant.loadString(String value)