C# Class TriAxis.RunSharp.Operands.LocalCache

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp Class Usage Examples

Public Methods

Method Description
Clear ( ) : void
GetReturnType ( ITypeMapper typeMapper ) : Type
LocalCache ( Operand @internal ) : System

Protected Methods

Method 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

Method Details

Clear() public method

public Clear ( ) : void
return void

EmitAddressOf() protected method

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

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

EmitSet() protected method

protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
g CodeGen
value Operand
allowExplicitConversion bool
return void

GetReturnType() public method

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

LocalCache() public method

public LocalCache ( Operand @internal ) : System
@internal Operand
return System

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void