JaCIL Framework API

ILocalVariableTable Interface

Represents the symbol table between locals in a CLI method and their JVM equivalent.

For a list of all members of this type, see ILocalVariableTable Members.

public interface ILocalVariableTable

Types that implement ILocalVariableTable

Type Description
LocalVariableTable Standard implementation of the local variable table mapping. This implementation maps the parameters to the first set of local variables corresponding to the parameters, then the next set based on locals, and any named ones past that.

Remarks

This table is only used for organization, no actual changes to any translation happen if the translators do not use this facility.

Requirements

Namespace: JaCIL.Compiler.Instruction

Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)

See Also

ILocalVariableTable Members | JaCIL.Compiler.Instruction Namespace