C# Class TriAxis.RunSharp.Operands.Conditional

Inheritance: Operand
Afficher le fichier Open project: AqlaSolutions/runsharp

Méthodes publiques

Méthode Description
Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Méthodes protégées

Méthode Description
EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Private Methods

Méthode 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 méthode

public Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System
cond Operand
ifTrue Operand
ifFalse Operand
Résultat System

EmitBranch() protected méthode

protected EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
g CodeGen
labelTrue OptionalLabel
labelFalse OptionalLabel
Résultat void

EmitGet() protected méthode

protected EmitGet ( CodeGen g ) : void
g CodeGen
Résultat void

GetReturnType() public méthode

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Résultat IKVM.Reflection.Type

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void