public interface CompilationContext
Modifier and Type | Method and Description |
---|---|
void |
error(java.lang.String msg,
boolean err,
PythonTree node) |
java.lang.String |
getFilename() |
Future |
getFutures() |
ScopeInfo |
getScopeInfo(PythonTree node) |
Future getFutures()
void error(java.lang.String msg, boolean err, PythonTree node) throws java.lang.Exception
java.lang.Exception
java.lang.String getFilename()
ScopeInfo getScopeInfo(PythonTree node)