public class PythonVisitorContext extends Object
| Constructor and Description |
|---|
PythonVisitorContext(com.sonar.sslr.api.AstNode rootTree,
PythonFile pythonFile) |
PythonVisitorContext(PythonFile pythonFile,
com.sonar.sslr.api.RecognitionException parsingException) |
| Modifier and Type | Method and Description |
|---|---|
com.sonar.sslr.api.RecognitionException |
parsingException() |
PythonFile |
pythonFile() |
com.sonar.sslr.api.AstNode |
rootTree() |
SymbolTable |
symbolTable() |
public PythonVisitorContext(com.sonar.sslr.api.AstNode rootTree,
PythonFile pythonFile)
public PythonVisitorContext(PythonFile pythonFile, com.sonar.sslr.api.RecognitionException parsingException)
public com.sonar.sslr.api.AstNode rootTree()
public PythonFile pythonFile()
public com.sonar.sslr.api.RecognitionException parsingException()
public SymbolTable symbolTable()
Copyright © 2011–2018 SonarSource and Waleri Enns. All rights reserved.