org.python.compiler
Interface CompilationContext
-
- All Known Implementing Classes:
- Module
public interface CompilationContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description voiderror(java.lang.String msg, boolean err, PythonTree node)java.lang.StringgetFilename()FuturegetFutures()ScopeInfogetScopeInfo(PythonTree node)
-
-
-
Method Detail
-
getFutures
Future getFutures()
-
error
void error(java.lang.String msg, boolean err, PythonTree node) throws java.lang.Exception- Throws:
java.lang.Exception
-
getFilename
java.lang.String getFilename()
-
getScopeInfo
ScopeInfo getScopeInfo(PythonTree node)
-
-
DMelt 3.0 © DataMelt by jWork.ORG