C# Class IKVM.Internal.CodeEmitter.OpCodeWrapper

Datei anzeigen Open project: samskivert/ikvm-monotouch

Private Properties

Property Type Description
Match bool
MatchLabel bool
MatchLocal bool
OpCodeWrapper IKVM.Reflection
OpCodeWrapper IKVM.Reflection
OpCodeWrapper IKVM.Reflection
RealEmit void

Public Methods

Method Description
ToString ( ) : string

Private Methods

Method Description
Match ( OpCodeWrapper other ) : bool
MatchLabel ( OpCodeWrapper other ) : bool
MatchLocal ( OpCodeWrapper other ) : bool
OpCodeWrapper ( CodeType pseudo, CodeTypeFlags flags ) : IKVM.Reflection
OpCodeWrapper ( CodeType pseudo, object data ) : IKVM.Reflection
OpCodeWrapper ( OpCode opcode, object data ) : IKVM.Reflection
RealEmit ( int ilOffset, CodeEmitter codeEmitter, int &lineNumber ) : void

Method Details

ToString() public method

public ToString ( ) : string
return string