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.
| 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. |
This table is only used for organization, no actual changes to any translation happen if the translators do not use this facility.
Namespace: JaCIL.Compiler.Instruction
Assembly: JaCIL.Compiler (in JaCIL.Compiler.dll)
ILocalVariableTable Members | JaCIL.Compiler.Instruction Namespace