Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.debugger |
Modifier and Type | Method and Description |
---|---|
private Result |
Compiler.compile() |
<T1 extends SourceFile,T2 extends SourceFile> |
Compiler.compile(java.util.List<T1> externs,
java.util.List<T2> inputs,
CompilerOptions options)
Compiles a list of inputs.
|
Result |
Compiler.compile(SourceFile extern,
SourceFile input,
CompilerOptions options) |
<T extends SourceFile> |
Compiler.compileModules(java.util.List<T> externs,
java.util.List<JSModule> modules,
CompilerOptions options)
Compiles a list of modules.
|
Result |
Compiler.getResult()
Returns the result of the compilation.
|
Modifier and Type | Method and Description |
---|---|
(package private) int |
AbstractCommandLineRunner.processResults(Result result,
java.util.List<JSModule> modules,
B options)
Processes the results of the compile job, and returns an error code.
|
Modifier and Type | Method and Description |
---|---|
private void |
DebuggerGwtMain.updateUi(Compiler compiler,
Result result) |