|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
Set |
blockSet()
Returns the BasicBlock s constructed by
the factory. |
BasicBlockInterf |
getBBInterf(HCodeElement hce)
Returns the BasicBlockInterf containing
hce . |
HCode |
getHCode()
Returns the HCode that this factory
produces basic blocks of. |
Set |
getLeavesBBInterf()
Returns the leaf BasicBlockInterf s. |
BasicBlockInterf |
getRootBBInterf()
Returns the root BasicBlockInterfs . |
Method Detail |
public HCode getHCode()
HCode
that this
factory
produces basic blocks of.
public BasicBlockInterf getRootBBInterf()
BasicBlockInterfs
.
BasicBlock
that is at the start of the set of
HCodeElement
s being analyzed.
public Set getLeavesBBInterf()
BasicBlockInterf
s.
Set
of
BasicBlock
s that are at the ends of the
HCodeElement
s being analyzed.
public Set blockSet()
BasicBlock
s constructed by
the factory.
public BasicBlockInterf getBBInterf(HCodeElement hce)
BasicBlockInterf
containing
hce
.
this
.
hce
, or null
if
hce
is unreachable.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |