C# Class TriAxis.RunSharp.Operands.ArrayAccess

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
ArrayAccess ( Operand array, Operand indexes ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

Method Description
EmitAddressOf ( CodeGen g ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
ResetLeakedStateRecursively ( ) : void

Private Methods

Method Description
LoadArrayAndIndexes ( CodeGen g ) : void

Method Details

ArrayAccess() public method

public ArrayAccess ( Operand array, Operand indexes ) : System
array Operand
indexes Operand
return System

EmitAddressOf() protected method

protected EmitAddressOf ( CodeGen g ) : void
g CodeGen
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

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void