Class FileSectionEntry
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.inst.jsp.sourcemap.FileSectionEntry
-
public class FileSectionEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description FileSectionEntry(int id, String sourceName)
FileSectionEntry(int id, String sourceName, String sourcePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getSourceName()
String
getSourcePath()
String
toString()
-