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

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

Méthodes publiques

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

Private Methods

Méthode Description
CheckTypeParameterConstraints ( IType type, IEnumerable baseTypes, ITypeParameter typeParameter ) : bool

Method Details

AddIssue() public méthode

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

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