JaCIL Framework API

ILocalVariableTable.GetLocal Method 

Returns the local variable for the given local index.

LocalVariable GetLocal(
   int index
);

Parameters

index
The local index.

Return Value

The local variable representation.

Remarks

It is up to the implementation how this gets mapped

Exceptions

Exception Type Condition
VariableTableException Thrown if there is no local for that variable.

See Also

ILocalVariableTable Interface | JaCIL.Compiler.Instruction Namespace