C# Class Tiny.Metadata.Layout.InstructionParseState

Mostra file Open project: scottwis/tiny

Public Properties

Property Type Description
InstructionContext InstructionContext
MethodDefinition MethodDefinition
NestedInstruction Instruction
Opcode Opcode
Operand object
PrettyPrint Action

Public Methods

Method Description
InstructionParseState ( int offset, MethodDefinition method ) : System

Method Details

InstructionParseState() public method

public InstructionParseState ( int offset, MethodDefinition method ) : System
offset int
method MethodDefinition
return System

Property Details

InstructionContext public_oe property

public InstructionContext,Tiny.Metadata.Layout InstructionContext
return InstructionContext

MethodDefinition public_oe property

public MethodDefinition MethodDefinition
return MethodDefinition

NestedInstruction public_oe property

public Instruction NestedInstruction
return Instruction

Opcode public_oe property

public Opcode Opcode
return Opcode

Operand public_oe property

public object Operand
return object

PrettyPrint public_oe property

public Action PrettyPrint
return Action