C# 클래스 ICSharpCode.NRefactory.CSharp.Refactoring.CompareBooleanWithTrueOrFalseIssue.GatherVisitor

상속: GatherVisitorBase
파일 보기 프로젝트 열기: mono-soc-2012/NRefactory

공개 메소드들

메소드 설명
GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
VisitBinaryOperatorExpression ( BinaryOperatorExpression binaryOperatorExpression ) : void

메소드 상세

GatherVisitor() 공개 메소드

public GatherVisitor ( BaseRefactoringContext ctx ) : System.Collections.Generic
ctx BaseRefactoringContext
리턴 System.Collections.Generic

VisitBinaryOperatorExpression() 공개 메소드

public VisitBinaryOperatorExpression ( BinaryOperatorExpression binaryOperatorExpression ) : void
binaryOperatorExpression BinaryOperatorExpression
리턴 void