BaseInstructionContext Constructor
Creates the context.
Parameters
-
methodContext
- The enclosing method context.
-
instrStream
- The instruction stream enclosing this context. This will set the stream to this context as well.
-
locals
- The mapping of the locals.
-
instruction
- The instruction representing this context.
-
ordinal
- The ordinal representing the relative position in the instruction stream.
See Also
BaseInstructionContext Class | JaCIL.Compiler.Context Namespace