C# Class TriAxis.RunSharp.Operands.ContextualAssignment

Inheritance: TriAxis.RunSharp.ContextualOperand, IAssignment
Afficher le fichier Open project: AqlaSolutions/runsharp Class Usage Examples

Méthodes publiques

Méthode Description
ContextualAssignment ( Assignment assignment, ITypeMapper typeMapper ) : System
Emit ( CodeGen g ) : void

Méthodes protégées

Méthode Description
ResetLeakedStateRecursively ( ) : void
SetLeakedStateRecursively ( ) : void

Method Details

ContextualAssignment() public méthode

public ContextualAssignment ( Assignment assignment, ITypeMapper typeMapper ) : System
assignment Assignment
typeMapper ITypeMapper
Résultat System

Emit() public méthode

public Emit ( CodeGen g ) : void
g TriAxis.RunSharp.CodeGen
Résultat void

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void

SetLeakedStateRecursively() protected méthode

protected SetLeakedStateRecursively ( ) : void
Résultat void