JaCIL Framework API

BaseContext Constructor 

Creates the base context with the given compiler.

protected BaseContext(
   ICompiler compiler
);

Parameters

compiler
The compiler associated with this context.

See Also

BaseContext Class | JaCIL.Compiler.Context Namespace