Méthode | Description | |
---|---|---|
Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System | ||
GetReturnType ( ITypeMapper typeMapper ) : |
Méthode | Description | |
---|---|---|
EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void | ||
EmitGet ( CodeGen g ) : void | ||
ResetLeakedStateRecursively ( ) : void |
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 |
public Conditional ( Operand cond, Operand ifTrue, Operand ifFalse ) : System | ||
cond | Operand | |
ifTrue | Operand | |
ifFalse | Operand | |
Résultat | System |
protected EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void | ||
g | CodeGen | |
labelTrue | OptionalLabel | |
labelFalse | OptionalLabel | |
Résultat | void |
public GetReturnType ( ITypeMapper typeMapper ) : |
||
typeMapper | ITypeMapper | |
Résultat |
protected ResetLeakedStateRecursively ( ) : void | ||
Résultat | void |