JaCIL Framework API

LocalVariable Constructor 

Creates the local variable.

public LocalVariable(
   int jvmIndex,
   int boxIndex
);

Parameters

jvmIndex
The JVM index.
boxIndex
The JVM index for this variable's box (for addressing). Less than 0 indicates that there is no boxing.

See Also

LocalVariable Class | JaCIL.Compiler.Instruction Namespace