Uses of Enum Class
io.airlift.bytecode.OpCode
Packages that use OpCode
Package
Description
-
Uses of OpCode in io.airlift.bytecode
Methods in io.airlift.bytecode that return OpCodeModifier and TypeMethodDescriptionArrayOpCode.getLoad()static OpCodeOpCode.getOpCode(int opCode) ArrayOpCode.getStore()static OpCodeReturns the enum constant of this class with the specified name.static OpCode[]OpCode.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OpCode in io.airlift.bytecode.expression
Methods in io.airlift.bytecode.expression with parameters of type OpCodeModifier and TypeMethodDescriptionstatic BytecodeExpressionArithmeticBytecodeExpression.createArithmeticBytecodeExpression(OpCode baseOpCode, BytecodeExpression left, BytecodeExpression right) -
Uses of OpCode in io.airlift.bytecode.instruction
Methods in io.airlift.bytecode.instruction that return OpCodeConstructors in io.airlift.bytecode.instruction with parameters of type OpCodeModifierConstructorDescriptionInvokeInstruction(OpCode opCode, ParameterizedType target, String name, ParameterizedType returnType, Iterable<ParameterizedType> parameterTypes) JumpInstruction(OpCode opCode, LabelNode label) TypeInstruction(OpCode opCode, ParameterizedType type)