Home
last modified time | relevance | path

Searched refs:diagnosticListener (Results 1 – 1 of 1) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DCompilingClassLoader.java110 DiagnosticListener<JavaFileObject> diagnosticListener) throws CompilerException { in CompilingClassLoader() argument
112 if (!compileSourceCodeToByteCode(className, sourceCode, diagnosticListener)) { in CompilingClassLoader()
134 DiagnosticListener<JavaFileObject> diagnosticListener) { in compileSourceCodeToByteCode() argument
154 fileManager, diagnosticListener, options, null, singleton(javaFile)); in compileSourceCodeToByteCode()