Méthode | Description | |
---|---|---|
Clear ( ) : void | ||
GetReturnType ( ITypeMapper typeMapper ) : |
||
LocalCache ( Operand @internal ) : System |
Méthode | Description | |
---|---|---|
EmitAddressOf ( CodeGen g ) : void | ||
EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void | ||
EmitGet ( CodeGen g ) : void | ||
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void | ||
ResetLeakedStateRecursively ( ) : void |
protected EmitAddressOf ( CodeGen g ) : void | ||
g | CodeGen | |
Résultat | void |
protected EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void | ||
g | CodeGen | |
labelTrue | OptionalLabel | |
labelFalse | OptionalLabel | |
Résultat | void |
protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void | ||
g | CodeGen | |
value | Operand | |
allowExplicitConversion | bool | |
Résultat | void |
public GetReturnType ( ITypeMapper typeMapper ) : |
||
typeMapper | ITypeMapper | |
Résultat |
public LocalCache ( Operand @internal ) : System | ||
@internal | Operand | |
Résultat | System |
protected ResetLeakedStateRecursively ( ) : void | ||
Résultat | void |