JaCIL Framework API

MethodContext Constructor 

Creates the context.

public MethodContext(
   ITypeContext typeContext,
   MethodDefinition method
);

Parameters

typeContext
The type context of this context.
method
The method definition for this context.

See Also

MethodContext Class | JaCIL.Compiler.Context Namespace