JaCIL Framework API

BaseInstructionContext Members

BaseInstructionContext overview

Public Instance Properties

Compiler (inherited from BaseContext) See Compiler for more details.
Instruction The Cecil instruction representing this context.
InstructionStream The instruction stream encapsulating this context.
LocalVariableTable The local variable table mapping to use for this instruction context.
MethodContext The method context of this instruction context.
Ordinal The ordinal of this instruction. Used to determine actual relative position in the stream.

Public Instance Methods

TraverseInstruction Traverses an instruction context for translation.

Protected Instance Constructors

BaseInstructionContext Constructor Creates the context.

See Also

BaseInstructionContext Class | JaCIL.Compiler.Context Namespace