JaCIL Framework API

LocalVariableTable Class

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.

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

System.Object
   JaCIL.Compiler.Instruction.LocalVariableTable

public class LocalVariableTable : ILocalVariableTable

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: JaCIL.Compiler.Instruction

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

See Also

LocalVariableTable Members | JaCIL.Compiler.Instruction Namespace