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

Inheritance: GatherVisitorBase
Exibir arquivo Open project: mono-soc-2012/NRefactory

Public Methods

Method Description
GatherVisitor ( BaseRefactoringContext ctx, CompilationUnit unit ) : System.Collections.Generic
VisitForStatement ( ForStatement forStatement ) : void

Private Methods

Method Description
GetControlVariable ( VariableDeclarationStatement variableDecl, BinaryOperatorExpression condition ) : VariableInitializer
GetControlVariable ( VariableDeclarationStatement variableDecl, UnaryOperatorExpression condition ) : VariableInitializer

Method Details

GatherVisitor() public method

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

VisitForStatement() public method

public VisitForStatement ( ForStatement forStatement ) : void
forStatement ForStatement
return void