Class GetIndexInstruction
Gets an array element at specified index.
Inherited Members
Namespace: VM.Core.Instructions
Assembly: VM.dll
Syntax
public class GetIndexInstruction : Instruction
Constructors
GetIndexInstruction()
Gets an array element at specified index.
Declaration
public GetIndexInstruction()
Methods
Execute(ExContext, FrameStack)
Executes the instruction with the given context.
Declaration
public override void Execute(ExContext context, FrameStack frames)
Parameters
Type | Name | Description |
---|---|---|
ExContext | context | The execution context |
FrameStack | frames | The frame stack |