Class LineSectionEntry
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.inst.jsp.sourcemap.LineSectionEntry
-
public class LineSectionEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description LineSectionEntry(int inputStartLine, int lineFileID, int repeatCount, int outputStartLine, int outputLineIncrement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getInputStartLine()
int
getLineFileID()
int
getOutputLineIncrement()
int
getOutputStartLine()
int
getRepeatCount()
String
toString()
-