C# Class TriAxis.RunSharp.Operands.DecimalLiteral

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
DecimalLiteral ( decimal value ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Protected Methods

Method Description
EmitGet ( CodeGen g ) : void

Method Details

DecimalLiteral() public method

public DecimalLiteral ( decimal value ) : System
value decimal
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