JaCIL Framework API

ILocalVariableTable.GetParameter Method 

Returns the local variable for the given parameter index.

LocalVariable GetParameter(
   int index
);

Parameters

index
The parameter 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