JaCIL Framework API

LocalVariableTable Members

LocalVariableTable overview

Public Instance Constructors

LocalVariableTable Constructor Creates the local variable table

Public Instance Methods

GetLocal Returns the local variable for the given local index.
GetName Allocates an additional local slot with the given name. If the slot has been allocated with the given name, the original slot is returned.
GetParameter Returns the local variable for the given parameter index.
ToString Returns a string representation of this table.

See Also

LocalVariableTable Class | JaCIL.Compiler.Instruction Namespace