C# Class TriAxis.RunSharp.Operands.Cast

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
Cast ( Operand op, Type t ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

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

Method Details

Cast() public method

public Cast ( Operand op, Type t ) : System
op Operand
t IKVM.Reflection.Type
return System

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