Package com.google.javascript.jscomp
Interface SourceFile.Generator
-
- Enclosing class:
- SourceFile
public static interface SourceFile.Generator
A JavaScript source code provider.The value should be cached so that the source text stays consistent throughout a single compile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getCode()
-