Class LineSection
- java.lang.Object
-
- com.intergral.deep.agent.tracepoint.inst.jsp.sourcemap.LineSection
-
public class LineSection extends Object
-
-
Constructor Summary
Constructors Constructor Description LineSection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(LineSectionEntry entry)
Iterator<LineSectionEntry>
iterator()
-
-
-
Method Detail
-
add
public void add(LineSectionEntry entry)
-
iterator
public Iterator<LineSectionEntry> iterator()
-
-