Class LocalRangeAccessor

java.lang.Object
com.oracle.truffle.api.bytecode.LocalRangeAccessor

public final class LocalRangeAccessor extends Object
Operation parameter that allows an operation to update a contiguous range of locals. This class is intended to be used in combination with the ConstantOperand annotation.

When a local setter range is declared as a constant operand, the corresponding builder method will take a BytecodeLocal array argument representing the locals to be updated.

Since:
24.2