C# Class ICSharpCode.NRefactory.MonoCSharp.Nullable.LiftedUnaryMutator

Inheritance: UnaryMutator
Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

Méthode Description
LiftedUnaryMutator ( Mode mode, Expression expr, Location loc ) : IKVM.Reflection.Emit

Méthodes protégées

Méthode Description
DoResolve ( ResolveContext ec ) : Expression
EmitOperation ( EmitContext ec ) : void

Method Details

DoResolve() protected méthode

protected DoResolve ( ResolveContext ec ) : Expression
ec ResolveContext
Résultat System.Linq.Expressions.Expression

EmitOperation() protected méthode

protected EmitOperation ( EmitContext ec ) : void
ec EmitContext
Résultat void

LiftedUnaryMutator() public méthode

public LiftedUnaryMutator ( Mode mode, Expression expr, Location loc ) : IKVM.Reflection.Emit
mode Mode
expr System.Linq.Expressions.Expression
loc Location
Résultat IKVM.Reflection.Emit