JaCIL Framework API

LocalVariableTable.GetParameter Method 

Returns the local variable for the given parameter index.

public LocalVariable GetParameter(
   int index
);

Parameters

index
The parameter index.

Return Value

The local variable representation.

Implements

ILocalVariableTable.GetParameter

Exceptions

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

See Also

LocalVariableTable Class | JaCIL.Compiler.Instruction Namespace