C# Class TriAxis.RunSharp.Operands.Conditional

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

Method Description
EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Private Methods

Method Description
EmitAnd ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse, Operand first, Operand second ) : void
EmitOr ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse, Operand first, Operand second ) : void
Initialize ( ITypeMapper typeMapper ) : void

Method Details

Conditional() public method

public Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System
cond Operand
ifTrue Operand
ifFalse Operand
return System

EmitBranch() protected method

protected EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
g CodeGen
labelTrue OptionalLabel
labelFalse OptionalLabel
return void

EmitGet() protected method

protected EmitGet ( CodeGen g ) : void
g CodeGen
return void

GetReturnType() public method

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
return IKVM.Reflection.Type

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void