| Package | Description |
|---|---|
| com.facebook.presto.bytecode | |
| com.facebook.presto.bytecode.instruction |
| Modifier and Type | Method and Description |
|---|---|
T |
BytecodeVisitor.visitConstant(BytecodeNode parent,
Constant constant) |
| Modifier and Type | Class and Description |
|---|---|
static class |
Constant.BooleanConstant |
static class |
Constant.BoxedBooleanConstant |
static class |
Constant.BoxedDoubleConstant |
static class |
Constant.BoxedFloatConstant |
static class |
Constant.BoxedIntegerConstant |
static class |
Constant.BoxedLongConstant |
static class |
Constant.ClassConstant |
static class |
Constant.DoubleConstant |
static class |
Constant.FloatConstant |
static class |
Constant.IntConstant |
static class |
Constant.LongConstant |
static class |
Constant.NullConstant |
static class |
Constant.StringConstant |
| Modifier and Type | Method and Description |
|---|---|
static Constant |
Constant.loadBoolean(boolean value) |
static Constant |
Constant.loadBoxedBoolean(boolean value) |
static Constant |
Constant.loadBoxedDouble(double value) |
static Constant |
Constant.loadBoxedFloat(float value) |
static Constant |
Constant.loadBoxedInt(int value) |
static Constant |
Constant.loadBoxedLong(long value) |
static Constant |
Constant.loadClass(Class<?> value) |
static Constant |
Constant.loadClass(ParameterizedType value) |
static Constant |
Constant.loadDouble(double value) |
static Constant |
Constant.loadFloat(float value) |
static Constant |
Constant.loadInt(int value) |
static Constant |
Constant.loadLong(long value) |
static Constant |
Constant.loadNull() |
static Constant |
Constant.loadNumber(Number value) |
static Constant |
Constant.loadString(String value) |
Copyright © 2012–2023. All rights reserved.