JaCIL Framework API

ConstantInstructionTranslator Constructor 

Creates the translator

public ConstantInstructionTranslator(
   IInstructionContext context,
   bool isEmbedded
);

Parameters

context
The context of the translator
isEmbedded
Is the constant value embedded in the instruction, should only be one of the integer constants

See Also

ConstantInstructionTranslator Class | JaCIL.Compiler.Standard.Translator.Instruction Namespace