- java.lang.Object
-
- com.ibm.j9ddr.corereaders.minidump.unwind.RuntimeFunction
-
- All Implemented Interfaces:
Comparable<RuntimeFunction>
public class RuntimeFunction extends Object implements Comparable<RuntimeFunction>
-
-
Constructor Summary
Constructors Constructor Description RuntimeFunction(long startOffset, long endOffset, long unwindInfo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(long address)
long
getStartOffset()
long
getUnwindInfoAddress()
-
Methods declared in class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods declared in interface java.lang.Comparable
compareTo
-
-