C# Class TriAxis.RunSharp.Operands.StringLiteral

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

Méthodes publiques

Méthode Description
GetReturnType ( ITypeMapper typeMapper ) : Type
StringLiteral ( string str ) : 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

StringLiteral() public méthode

public StringLiteral ( string str ) : System
str string
Résultat System