public class ExecutionContext extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
byte[] |
Code |
ExecutionEngine |
engine |
int |
InstructionPointer |
VmReader |
OpReader |
| 构造器和说明 |
|---|
ExecutionContext(ExecutionEngine engine,
byte[] code) |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionContext |
Clone() |
int |
GetInstructionPointer() |
ScriptOp |
NextInstruction() |
long |
SetInstructionPointer(long offset) |
public byte[] Code
public VmReader OpReader
public int InstructionPointer
public ExecutionEngine engine
public ExecutionContext(ExecutionEngine engine, byte[] code)
public int GetInstructionPointer()
public long SetInstructionPointer(long offset)
public ScriptOp NextInstruction()
public ExecutionContext Clone()
Copyright © 2022. All rights reserved.