java.lang.Object |
↳ |
com.pnfsoftware.jeb.core.units.code.asm.analyzer.MemoryRanges |
Class Overview
Memory ranges, byte addressable. The final addressable byte (eg, @ 0xFFFFFFFF in a 32-bit address
space) cannot be part of any range.
This class is not thread-safe.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Constructors
public
MemoryRanges
(int spaceBits)
Public Methods
public
void
add
(long begin0, long end0)
public
long
aggregatedRangesSize
()
public
List<Couple<Long, Long>>
asList
()
public
boolean
contains
(long address0)
public
Long
getLocalBegin
(long address0)
public
Long
getLocalEnd
(long address0)
public
Couple<Long, Long>
getLocalRange
(long address0)
public
Couple<Long, Long>
getNextRange
(long address0)
public
Couple<Long, Long>
getPreviousRange
(long address0)
public
void
remove
(long begin0, long end0)
public
String
toString
()