public final class SourceMapInput extends Object implements Serializable
Constructor and Description |
---|
SourceMapInput(SourceFile sourceFile) |
Modifier and Type | Method and Description |
---|---|
String |
getOriginalPath()
Gets the original location of this sourcemap file on disk.
|
com.google.debugging.sourcemap.SourceMapConsumerV3 |
getSourceMap(ErrorManager errorManager)
Gets the source map, reading from disk and parsing if necessary.
|
public SourceMapInput(SourceFile sourceFile)
@Nullable public com.google.debugging.sourcemap.SourceMapConsumerV3 getSourceMap(ErrorManager errorManager)
public String getOriginalPath()
Copyright © 2009-2017 Google. All Rights Reserved.