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