Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Method and Description |
---|---|
static SourceFile.Builder |
SourceFile.builder()
Create a new builder for source files.
|
SourceFile.Builder |
SourceFile.Builder.withCharset(Charset charset)
Set the charset to use when reading from an input stream or file.
|
SourceFile.Builder |
SourceFile.Builder.withOriginalPath(String originalPath) |
Copyright © 2009-2016 Google. All Rights Reserved.