JaCIL Framework API

MethodContext Members

MethodContext overview

Public Instance Constructors

MethodContext Constructor Creates the context.

Public Instance Properties

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.

Public Instance Methods

TraverseMethod Traverses a type context for translation.

Protected Instance Methods

CreateHandlerTable Creates the handler table to be used by the traversal.
CreateLocalVariableTable Creates the local variable table mapping to be used by the traversal.

See Also

MethodContext Class | JaCIL.Compiler.Context Namespace