C# Class TriAxis.RunSharp.Operands.LongLiteral

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

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
LongLiteral ( System t, long 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

LongLiteral() public méthode

public LongLiteral ( System t, long value ) : System
t System
value long
Résultat System