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

Inheritance: GatherVisitorBase
显示文件 Open project: mono-soc-2012/NRefactory

Public Methods

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

Private Methods

Method Description
CheckTypeParameterConstraints ( IType type, IEnumerable baseTypes, ITypeParameter typeParameter ) : bool

Method Details

AddIssue() public method

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

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