C# Class MsgPack.Serialization.EmittingSerializers.AndConditionILConstruct

Inheritance: ILConstruct
Mostrar archivo Open project: msgpack/msgpack-cli

Public Methods

Method Description
AndConditionILConstruct ( IList expressions ) : System
Branch ( TracingILGenerator il, Label @else ) : void
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
ToString ( ) : string

Private Methods

Method Description
EvaluateCore ( TracingILGenerator il ) : void

Method Details

AndConditionILConstruct() public method

public AndConditionILConstruct ( IList expressions ) : System
expressions IList
return System

Branch() public method

public Branch ( TracingILGenerator il, Label @else ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
@else System.Reflection.Emit.Label
return void

Evaluate() public method

public Evaluate ( TracingILGenerator il ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
return void

LoadValue() public method

public LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
il MsgPack.Serialization.Reflection.TracingILGenerator
shouldBeAddress bool
return void

ToString() public method

public ToString ( ) : string
return string