|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.ClassFile.HCode<Quad>
harpoon.IR.Quads.Code
harpoon.IR.Quads.QuadNoSSA
public class QuadNoSSA
QuadNoSSA
is a code view with explicit exception handling.
It does not have HANDLER
quads, and is not in SSA form.
QuadWithTry
,
QuadSSI
,
Serialized FormNested Class Summary |
---|
Nested classes/interfaces inherited from class harpoon.ClassFile.HCode |
---|
HCode.PrintCallback<HCE extends HCodeElement> |
Nested classes/interfaces inherited from interface harpoon.Util.Collections.Graph |
---|
Graph.Edge<N extends Graph.Node<N,E>,E extends Graph.Edge<N,E>>, Graph.Node<N extends Graph.Node<N,E>,E extends Graph.Edge<N,E>> |
Field Summary | |
---|---|
static String |
codename
The name of this code view. |
TypeMap |
typeMap
Type information for this code view. |
Fields inherited from class harpoon.IR.Quads.Code |
---|
ai, parent, qf, quads |
Constructor Summary | |
---|---|
protected |
QuadNoSSA(HMethod parent,
Quad quads)
|
Method Summary | |
---|---|
HCodeAndMaps<Quad> |
clone(HMethod newMethod)
Clone this code representation. |
static HCodeFactory |
codeFactory()
Return a code factory for QuadNoSSA, using the default code factory for QuadWithTry. |
static HCodeFactory |
codeFactory(HCodeFactory hcf)
Return a code factory for QuadNoSSA , given a code
factory for QuadWithTry or QuadSSI . |
static HCodeFactory |
codeFactoryWithTypes(HCodeFactory hcf)
Return a code factory for QuadNoSSA , given a code
factory for QuadSSI . |
String |
getName()
Return the name of this code view. |
Methods inherited from class harpoon.IR.Quads.Code |
---|
cloneHelper, cloneHelper, elementArrayFactory, getAllocationInformation, getDerivation, getElements, getElementsI, getLeafElements, getMethod, getRootElement, newQF, nodes, notifyReplace, print, selectAllocations, selectCALLs, selectQuads, setAllocationInformation |
Methods inherited from class harpoon.ClassFile.HCode |
---|
clone, elementIndexer, getElementsL, print, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String codename
public final TypeMap typeMap
TypeMap
to the
constructor (or use the codeFactoryWithTypes
to
generate your QuadNoSSA
s).
Constructor Detail |
---|
protected QuadNoSSA(HMethod parent, Quad quads)
Method Detail |
---|
public HCodeAndMaps<Quad> clone(HMethod newMethod)
clone
in class Code
public String getName()
getName
in class Code
"quad-no-ssa"
.public static HCodeFactory codeFactory(HCodeFactory hcf)
QuadNoSSA
, given a code
factory for QuadWithTry
or QuadSSI
.
Given a code factory for Bytecode
, chain through
QuadWithTry.codeFactory()
.
public static HCodeFactory codeFactoryWithTypes(HCodeFactory hcf)
QuadNoSSA
, given a code
factory for QuadSSI
. The QuadNoSSA
s
generated by the code factory will have valid typeMap fields,
courtesy of TypeInfo
.
public static HCodeFactory codeFactory()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |