MethodContext Constructor
|
Creates the context. |
Compiler (inherited from BaseContext) |
See Compiler for more details. |
HandlerTable
|
The current exception handlers for the method context. |
Method
|
The Cecil method definition of this context. |
TypeContext (inherited from BaseMemberContext) |
The type context of this member context. |
TraverseMethod
|
Traverses a type context for translation. |
CreateHandlerTable
|
Creates the handler table to be used by the traversal. |
CreateLocalVariableTable
|
Creates the local variable table mapping to be used by the traversal. |
MethodContext Class | JaCIL.Compiler.Context Namespace