Method | Description | |
---|---|---|
Execute ( Action |
||
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 |
Method | Description | |
---|---|---|
AreSame ( ITreeNode x, ITreeNode y ) : bool | ||
HasExternallyModifiedClosure ( ITreeNode function, |
||
IsCallWithTheSameContextAsFunctionOwner ( IInvocationExpression invocation ) : bool | ||
VisitLoop ( ITreeNode loop, IHighlightingConsumer consumer ) : void |
public ReJsHighlightingStageProcess ( IDaemonProcess process, IContextBoundSettingsStore settingsStore, IJavaScriptFile file ) : System | ||
process | IDaemonProcess | |
settingsStore | IContextBoundSettingsStore | |
file | IJavaScriptFile | |
return | System |
public VisitDoStatement ( IDoStatement doStatement, IHighlightingConsumer consumer ) : void | ||
doStatement | IDoStatement | |
consumer | IHighlightingConsumer | |
return | void |
public VisitForStatement ( IForStatement forStatement, IHighlightingConsumer consumer ) : void | ||
forStatement | IForStatement | |
consumer | IHighlightingConsumer | |
return | void |
public VisitForeachStatement ( IForeachStatement foreachStatement, IHighlightingConsumer consumer ) : void | ||
foreachStatement | IForeachStatement | |
consumer | IHighlightingConsumer | |
return | void |
public VisitInvocationExpression ( IInvocationExpression invocation, IHighlightingConsumer consumer ) : void | ||
invocation | IInvocationExpression | |
consumer | IHighlightingConsumer | |
return | void |
public VisitWhileStatement ( IWhileStatement whileStatement, IHighlightingConsumer consumer ) : void | ||
whileStatement | IWhileStatement | |
consumer | IHighlightingConsumer | |
return | void |