Uses of Class
org.apache.drill.exec.compile.bytecode.ReplacingBasicValue
Packages that use 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
Methods in org.apache.drill.exec.compile.bytecode that return ReplacingBasicValueModifier and TypeMethodDescriptionstatic ReplacingBasicValueReplacingBasicValue.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).Methods in org.apache.drill.exec.compile.bytecode with parameters of type ReplacingBasicValueModifier and TypeMethodDescriptionvoidReplacingBasicValue.associate(ReplacingBasicValue other) Associate this value with another.Method parameters in org.apache.drill.exec.compile.bytecode with type arguments of type ReplacingBasicValueModifier and TypeMethodDescriptionstatic ReplacingBasicValueReplacingBasicValue.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).Constructor parameters in org.apache.drill.exec.compile.bytecode with type arguments of type ReplacingBasicValueModifierConstructorDescriptionReplacingInterpreter(String className, List<ReplacingBasicValue> valueList)