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