C# Class TriAxis.RunSharp.Operands.DecimalLiteral

Inheritance: Operand
Afficher le fichier Open project: AqlaSolutions/runsharp

Méthodes publiques

Méthode Description
DecimalLiteral ( decimal value ) : System
GetReturnType ( ITypeMapper typeMapper ) : Type

Méthodes protégées

Méthode Description
EmitGet ( CodeGen g ) : void

Method Details

DecimalLiteral() public méthode

public DecimalLiteral ( decimal value ) : System
value decimal
Résultat System

EmitGet() protected méthode

protected EmitGet ( CodeGen g ) : void
g CodeGen
Résultat void

GetReturnType() public méthode

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Résultat IKVM.Reflection.Type