Package com.google.javascript.jscomp
Class AbstractCommandLineRunner.JsonFileSpec
java.lang.Object
com.google.javascript.jscomp.AbstractCommandLineRunner.JsonFileSpec
- Enclosing class:
AbstractCommandLineRunner<A extends Compiler,
B extends CompilerOptions>
Representation of a source file from an encoded json stream input
-
Constructor Summary
ConstructorsConstructorDescriptionJsonFileSpec
(@Nullable String src, @Nullable String path, @Nullable String sourceMap, @Nullable String webpackId) JsonFileSpec
(String src, String path) JsonFileSpec
(String src, String path, String sourceMap) -
Method Summary
-
Constructor Details
-
JsonFileSpec
-
JsonFileSpec
-
JsonFileSpec
-
-
Method Details
-
getSrc
-
getPath
-
getSourceMap
-
getWebpackId
-
setSourceMap
-