C# Class ICSharpCode.NRefactory.CSharp.Refactoring.ExpressionIsAlwaysOfProvidedTypeIssue.GatherVisitor

Inheritance: GatherVisitorBase
Afficher le fichier Open project: mono-soc-2012/NRefactory

Méthodes publiques

Méthode Description
GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
VisitIsExpression ( IsExpression isExpression ) : void

Method Details

GatherVisitor() public méthode

public GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
ctx BaseRefactoringContext
Résultat System.Collections.Generic

VisitIsExpression() public méthode

public VisitIsExpression ( IsExpression isExpression ) : void
isExpression IsExpression
Résultat void