JaCIL Framework API

IInstructionAnalyzerFactory.CreateInstructionAnalyzer Method 

Creates a IInstructionAnalyzer for translation.

IInstructionAnalyzer CreateInstructionAnalyzer(
   ICompiler compiler
);

Parameters

compiler
The compiler of this generator.

Return Value

The created generator.

See Also

IInstructionAnalyzerFactory Interface | JaCIL.Compiler.Context Namespace