Uses of Class
org.apache.drill.exec.compile.bytecode.ReplacingBasicValue
Package
Description
Bytecode manipulation utilities for stitching together runtime-generated code
with prebuilt templates.
-
Uses of ReplacingBasicValue in org.apache.drill.exec.compile.bytecode
Modifier and TypeMethodDescriptionstatic ReplacingBasicValue
ReplacingBasicValue.create
(org.objectweb.asm.Type type, org.apache.drill.exec.compile.bytecode.ValueHolderIden iden, int index, List<ReplacingBasicValue> valueList) Create a new value representing a holder (boxed value).Modifier and TypeMethodDescriptionvoid
ReplacingBasicValue.associate
(ReplacingBasicValue other) Associate this value with another.Modifier and TypeMethodDescriptionstatic ReplacingBasicValue
ReplacingBasicValue.create
(org.objectweb.asm.Type type, org.apache.drill.exec.compile.bytecode.ValueHolderIden iden, int index, List<ReplacingBasicValue> valueList) Create a new value representing a holder (boxed value).ModifierConstructorDescriptionReplacingInterpreter
(String className, List<ReplacingBasicValue> valueList)