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