|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.IR.Assem.InstrGroup.Type
public static class InstrGroup.Type
InstrGroup.Type
is associated with a collection
of InstrGroup
s for a given
Assem.Code
. Each InstrGroup.Type
is
meant to be used as a way to extract abstract views of
the Assem.Code
.
Method Summary | |
---|---|
InstrGroup |
makeGroup()
Creates an InstrGroup of the type for
this representing rep . |
InstrGroup |
makeGroup(InstrGroup container)
Creates an InstrGroup , contained in
container of the type for this
representing rep . |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public InstrGroup makeGroup()
InstrGroup
of the type for
this
representing rep
. Note
that rep
should be the entry point for the
group of instructions that will be collected by the
returned InstrGroup
.
public InstrGroup makeGroup(InstrGroup container)
InstrGroup
, contained in
container
of the type for this
representing rep
. Note that rep
should be the entry point for the group of instructions
that will be collected by the returned
InstrGroup
. If container is null, then the
generated InstrGroup will have no containing group.
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |