C# Class TriAxis.RunSharp.Operand.Reference

Inheritance: Operand
Show file Open project: AqlaSolutions/runsharp

Public Methods

Method Description
GetReturnType ( ITypeMapper typeMapper ) : Type
Reference ( Operand op ) : System

Protected Methods

Method Description
EmitAddressOf ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Method Details

EmitAddressOf() protected method

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

GetReturnType() public method

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

Reference() public method

public Reference ( Operand op ) : System
op Operand
return System

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void