public class JavaScriptVisitorContext extends Object implements TreeVisitorContext
| Constructor and Description |
|---|
JavaScriptVisitorContext(ScriptTree tree,
CompatibleInputFile compatibleInputFile,
org.sonar.api.config.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
File |
getFile() |
JavaScriptFile |
getJavaScriptFile() |
SymbolModel |
getSymbolModel() |
ScriptTree |
getTopTree() |
public JavaScriptVisitorContext(ScriptTree tree, CompatibleInputFile compatibleInputFile, org.sonar.api.config.Settings settings)
public ScriptTree getTopTree()
getTopTree in interface TreeVisitorContextpublic JavaScriptFile getJavaScriptFile()
getJavaScriptFile in interface TreeVisitorContextpublic SymbolModel getSymbolModel()
getSymbolModel in interface TreeVisitorContextpublic File getFile()
getFile in interface TreeVisitorContextCopyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.