C# Class ICSharpCode.NRefactory.CSharp.Refactoring.DeclareLocalVariableAction.SearchNodeVisitior

Inheritance: DepthFirstAstVisitor
Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Свойство Type Description
Matches List

Méthodes publiques

Méthode Description
SearchNodeVisitior ( AstNode searchForNode ) : System.Threading

Méthodes protégées

Méthode Description
VisitChildren ( AstNode node ) : void

Private Methods

Méthode Description
AddNode ( AstNode node ) : void

Method Details

SearchNodeVisitior() public méthode

public SearchNodeVisitior ( AstNode searchForNode ) : System.Threading
searchForNode AstNode
Résultat System.Threading

VisitChildren() protected méthode

protected VisitChildren ( AstNode node ) : void
node AstNode
Résultat void

Property Details

Matches public_oe property

public List Matches
Résultat List