| Package | Description |
|---|---|
| com.facebook.presto.bytecode | |
| com.facebook.presto.bytecode.expression | |
| com.facebook.presto.bytecode.instruction |
| Modifier and Type | Method and Description |
|---|---|
OpCode |
ArrayOpCode.getLoad() |
static OpCode |
OpCode.getOpCode(int opCode) |
OpCode |
ArrayOpCode.getStore() |
static OpCode |
OpCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpCode[] |
OpCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BytecodeExpression |
ArithmeticBytecodeExpression.createArithmeticBytecodeExpression(OpCode baseOpCode,
BytecodeExpression left,
BytecodeExpression right) |
| Modifier and Type | Method and Description |
|---|---|
OpCode |
JumpInstruction.getOpCode() |
OpCode |
InvokeInstruction.getOpCode() |
| Constructor and Description |
|---|
InvokeInstruction(OpCode opCode,
ParameterizedType target,
String name,
ParameterizedType returnType,
Iterable<ParameterizedType> parameterTypes) |
JumpInstruction(OpCode opCode,
LabelNode label) |
TypeInstruction(OpCode opCode,
ParameterizedType type) |
Copyright © 2012–2023. All rights reserved.