public interface IRegion
Modifier and Type | Method and Description |
---|---|
void |
addChildRegion(IRegion chr) |
java.util.List<Block> |
getBlocks() |
java.util.List<IRegion> |
getChildRegions() |
Unit |
getFirst() |
int |
getID() |
Unit |
getLast() |
IRegion |
getParent() |
SootClass |
getSootClass() |
SootMethod |
getSootMethod() |
UnitGraph |
getUnitGraph() |
java.util.List<Unit> |
getUnits() |
java.util.List<Unit> |
getUnits(Unit from,
Unit to) |
boolean |
occursBefore(Unit u1,
Unit u2) |
void |
setParent(IRegion pr) |
SootMethod getSootMethod()
SootClass getSootClass()
UnitGraph getUnitGraph()
java.util.List<Unit> getUnits()
java.util.List<Block> getBlocks()
Unit getLast()
Unit getFirst()
int getID()
void setParent(IRegion pr)
IRegion getParent()
void addChildRegion(IRegion chr)
java.util.List<IRegion> getChildRegions()