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

Inheritance: GatherVisitorBase
Mostrar archivo Open project: mono-soc-2012/NRefactory

Public Methods

Method Description
GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
VisitIsExpression ( IsExpression isExpression ) : void

Method Details

GatherVisitor() public method

public GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
ctx BaseRefactoringContext
return System.Collections.Generic

VisitIsExpression() public method

public VisitIsExpression ( IsExpression isExpression ) : void
isExpression IsExpression
return void