C# Class TriAxis.RunSharp.Operands.IntLiteral

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

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
IntLiteral ( System t, int value ) : System

Méthodes protégées

Méthode Description
EmitGet ( CodeGen g ) : void

Method Details

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

IntLiteral() public méthode

public IntLiteral ( System t, int value ) : System
t System
value int
Résultat System