Class JSSourceFile

java.lang.Object
com.google.javascript.jscomp.SourceFile
com.google.javascript.jscomp.JSSourceFile
All Implemented Interfaces:
StaticSourceFile, Serializable

@Deprecated public class JSSourceFile extends SourceFile implements Serializable
Deprecated.
JSSourceFile is an empty wrapper around SourceFile. Just use SourceFile directly.
An abstract representation of a JavaScript source file, as input to JSCompiler.
See Also: