JaCIL Framework API

ConstantLoadArithmeticInstructionTranslator Members

ConstantLoadArithmeticInstructionTranslator overview

Public Instance Constructors

ConstantLoadArithmeticInstructionTranslator Constructor Creates the translator.

Public Instance Methods

TranslateInstruction (inherited from ArithmeticInstructionTranslator) Translates the instruction associated with the context to a method.
TranslateInstructionSupportClasses (inherited from BaseInstructionTranslator) Creates any Java classes associated with the translator's instruction context.
TranslateInstructionSupportMembers (inherited from BaseInstructionTranslator) Creates any class members associated with the translator's instruction context.

Protected Instance Properties

Compiler (inherited from BaseTranslator) The associated compiler to this translator.
InstructionContext (inherited from BaseInstructionTranslator) Returns the instruction context for this translator.
Out (inherited from BaseTranslator) The sender of the compiler of the enclosing context.

Protected Instance Methods

ProcessPreOperation Executed before the opcode for the operation is emitted.

See Also

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