C# Class TriAxis.RunSharp.Operands.Assignment

Inheritance: Operand, IStatement
Afficher le fichier Open project: AqlaSolutions/runsharp Class Usage Examples

Méthodes publiques

Méthode Description
Emit ( CodeGen g ) : void
GetReturnType ( ITypeMapper typeMapper ) : Type

Méthodes protégées

Méthode Description
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Private Methods

Méthode Description
Assignment ( Operand lvalue, Operand rvalue, bool allowExplicitConversion ) : System

Method Details

Emit() public méthode

public Emit ( CodeGen g ) : void
g CodeGen
Résultat void

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

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void