메소드 | 설명 | |
---|---|---|
Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void |
Decodes the specified instruction.
|
|
DecodeTargets ( IInstructionDecoder decoder ) : bool | ||
SwitchInstruction ( OpCode opcode ) |
Initializes a new instance of the SwitchInstruction class.
|
public Decode ( InstructionNode ctx, IInstructionDecoder decoder ) : void | ||
ctx | InstructionNode | The context. |
decoder | IInstructionDecoder | The instruction decoder, which holds the code stream. |
리턴 | void |
public DecodeTargets ( IInstructionDecoder decoder ) : bool | ||
decoder | IInstructionDecoder | |
리턴 | bool |