C# Class TriAxis.RunSharp.Operands.LocalCache

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

Méthodes publiques

Méthode Description
Clear ( ) : void
GetReturnType ( ITypeMapper typeMapper ) : Type
LocalCache ( Operand @internal ) : System

Méthodes protégées

Méthode Description
EmitAddressOf ( CodeGen g ) : void
EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
EmitGet ( CodeGen g ) : void
EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
ResetLeakedStateRecursively ( ) : void

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

EmitAddressOf() protected méthode

protected EmitAddressOf ( CodeGen g ) : void
g CodeGen
Résultat void

EmitBranch() protected méthode

protected EmitBranch ( CodeGen g, OptionalLabel labelTrue, OptionalLabel labelFalse ) : void
g CodeGen
labelTrue OptionalLabel
labelFalse OptionalLabel
Résultat void

EmitGet() protected méthode

protected EmitGet ( CodeGen g ) : void
g CodeGen
Résultat void

EmitSet() protected méthode

protected EmitSet ( CodeGen g, Operand value, bool allowExplicitConversion ) : void
g CodeGen
value Operand
allowExplicitConversion bool
Résultat void

GetReturnType() public méthode

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
Résultat IKVM.Reflection.Type

LocalCache() public méthode

public LocalCache ( Operand @internal ) : System
@internal Operand
Résultat System

ResetLeakedStateRecursively() protected méthode

protected ResetLeakedStateRecursively ( ) : void
Résultat void