C# 클래스 ReSharper.ReJS.ReJsHighlightingStageProcess

상속: JavaScriptDaemonStageProcessBase
파일 보기 프로젝트 열기: hazzik/ReSharper.ReJS

공개 메소드들

메소드 설명
Execute ( Action commiter ) : void
ReJsHighlightingStageProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore, IJavaScriptFile file ) : System
VisitDoStatement ( IDoStatement doStatement, IHighlightingConsumer consumer ) : void
VisitForStatement ( IForStatement forStatement, IHighlightingConsumer consumer ) : void
VisitForeachStatement ( IForeachStatement foreachStatement, IHighlightingConsumer consumer ) : void
VisitInvocationExpression ( IInvocationExpression invocation, IHighlightingConsumer consumer ) : void
VisitWhileStatement ( IWhileStatement whileStatement, IHighlightingConsumer consumer ) : void

비공개 메소드들

메소드 설명
AreSame ( ITreeNode x, ITreeNode y ) : bool
HasExternallyModifiedClosure ( ITreeNode function, VariableInfo variables ) : bool
IsCallWithTheSameContextAsFunctionOwner ( IInvocationExpression invocation ) : bool
VisitLoop ( ITreeNode loop, IHighlightingConsumer consumer ) : void

메소드 상세

Execute() 공개 메소드

public Execute ( Action commiter ) : void
commiter Action
리턴 void

ReJsHighlightingStageProcess() 공개 메소드

public ReJsHighlightingStageProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore, IJavaScriptFile file ) : System
process IDaemonProcess
settingsStore IContextBoundSettingsStore
file IJavaScriptFile
리턴 System

VisitDoStatement() 공개 메소드

public VisitDoStatement ( IDoStatement doStatement, IHighlightingConsumer consumer ) : void
doStatement IDoStatement
consumer IHighlightingConsumer
리턴 void

VisitForStatement() 공개 메소드

public VisitForStatement ( IForStatement forStatement, IHighlightingConsumer consumer ) : void
forStatement IForStatement
consumer IHighlightingConsumer
리턴 void

VisitForeachStatement() 공개 메소드

public VisitForeachStatement ( IForeachStatement foreachStatement, IHighlightingConsumer consumer ) : void
foreachStatement IForeachStatement
consumer IHighlightingConsumer
리턴 void

VisitInvocationExpression() 공개 메소드

public VisitInvocationExpression ( IInvocationExpression invocation, IHighlightingConsumer consumer ) : void
invocation IInvocationExpression
consumer IHighlightingConsumer
리턴 void

VisitWhileStatement() 공개 메소드

public VisitWhileStatement ( IWhileStatement whileStatement, IHighlightingConsumer consumer ) : void
whileStatement IWhileStatement
consumer IHighlightingConsumer
리턴 void