C# Class TriAxis.RunSharp.Operands.Assignment

Inheritance: Operand, IStatement
Mostra file Open project: AqlaSolutions/runsharp Class Usage Examples

Public Methods

Method Description
Emit ( CodeGen g ) : void
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

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

Private Methods

Method Description
Assignment ( Operand lvalue, Operand rvalue, bool allowExplicitConversion ) : System

Method Details

Emit() public method

public Emit ( CodeGen g ) : void
g CodeGen
return void

EmitGet() protected method

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

GetReturnType() public method

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

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void