BaseInstructionTranslator overview
TranslateInstruction
|
Translates the instruction associated with the context to a method. |
TranslateInstructionSupportClasses
|
Creates any Java classes associated with the translator's instruction context. |
TranslateInstructionSupportMembers
|
Creates any class members associated with the translator's instruction context. |
BaseInstructionTranslator Constructor
|
Creates the translator. |
Compiler (inherited from BaseTranslator) |
The associated compiler to this translator. |
InstructionContext
|
Returns the instruction context for this translator. |
Out (inherited from BaseTranslator) |
The sender of the compiler of the enclosing context. |
BaseInstructionTranslator Class | JaCIL.Compiler.Translator Namespace