- java.lang.Object
-
- com.ibm.j9ddr.vm29.j9.walkers.LineNumberIterator
-
- All Implemented Interfaces:
Iterator<LineNumber>
public abstract class LineNumberIterator extends Object implements Iterator<LineNumber>
-
-
Constructor Summary
Constructors Constructor Description LineNumberIterator()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract U8Pointer
getLineNumberTablePtr()
static LineNumberIterator
lineNumberIteratorFor(com.ibm.j9ddr.vm29.pointer.generated.J9MethodDebugInfoPointer methodInfo)
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
lineNumberIteratorFor
public static LineNumberIterator lineNumberIteratorFor(com.ibm.j9ddr.vm29.pointer.generated.J9MethodDebugInfoPointer methodInfo) throws CorruptDataException
- Throws:
CorruptDataException
-
getLineNumberTablePtr
public abstract U8Pointer getLineNumberTablePtr()
-
-