JaCIL Framework API

InstructionAnalyzerFactory.CreateInstructionAnalyzer Method 

Creates an IInstructionAnalyzer for translation.

public IInstructionAnalyzer CreateInstructionAnalyzer(
   ICompiler compiler
);

Parameters

compiler
The compiler of this generator.

Return Value

The created context.

Implements

IInstructionAnalyzerFactory.CreateInstructionAnalyzer

See Also

InstructionAnalyzerFactory Class | JaCIL.Compiler.Standard.Context Namespace