C# Class TriAxis.RunSharp.Operands.Invocation

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
GetReturnType ( ITypeMapper typeMapper ) : Type
Invocation ( ApplicableFunction method, Operand target, Operand args ) : System

Protected Methods

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

Method Details

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

Invocation() public method

public Invocation ( ApplicableFunction method, Operand target, Operand args ) : System
method ApplicableFunction
target Operand
args Operand
return System

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void