Class SourceMapParser
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.inst.jsp.sourcemap.SourceMapParser
-
public class SourceMapParser extends Object
-
-
Constructor Summary
Constructors Constructor Description SourceMapParser(String smap)
From dsol_spec.html : Before the SMAP in a SMAP-file can be installed into the SourceDebugExtension attribute it must be resolved into an SMAP with no embedded SMAPs and with final-source as the output source.
-
-
-
Constructor Detail
-
SourceMapParser
public SourceMapParser(String smap)
From dsol_spec.html : Before the SMAP in a SMAP-file can be installed into the SourceDebugExtension attribute it must be resolved into an SMAP with no embedded SMAPs and with final-source as the output source. Which means we never need to handle embedded smaps- Parameters:
smap
- source map
-
-
Method Detail
-
parse
public SourceMap parse() throws IOException
- Throws:
IOException
-
-