C# Class MsgPack.Serialization.EmittingSerializers.BinaryOperatorILConstruct

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

Public Methods

Method Description
BinaryOperatorILConstruct ( string @operator, TypeDefinition resultType, ILConstruct left, ILConstruct right, Action operation, Action branchOperation ) : System
Evaluate ( TracingILGenerator il ) : void
LoadValue ( TracingILGenerator il, bool shouldBeAddress ) : void
ToString ( ) : string

Protected Methods

Method Description
BranchCore ( TracingILGenerator il, Label @else ) : void

Method Details

BinaryOperatorILConstruct() public method

public BinaryOperatorILConstruct ( string @operator, TypeDefinition resultType, ILConstruct left, ILConstruct right, Action operation, Action branchOperation ) : System
@operator string
resultType TypeDefinition
left ILConstruct
right ILConstruct
operation Action
branchOperation Action
return System

BranchCore() protected method

protected BranchCore ( 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