public final class SourceMapInput extends Object
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()
Gets the source map, reading from disk and parsing if necessary.
|
public SourceMapInput(SourceFile sourceFile)
public com.google.debugging.sourcemap.SourceMapConsumerV3 getSourceMap()
public String getOriginalPath()
Copyright © 2009-2017 Google. All Rights Reserved.