harpoon.Analysis.EventDriven
Class ContCode
java.lang.Object
harpoon.ClassFile.HCode<Quad>
harpoon.IR.Quads.Code
harpoon.IR.Quads.QuadRSSx
harpoon.Analysis.EventDriven.ContCode
- All Implemented Interfaces:
- Graph<Quad,Edge>, Serializable
public class ContCode
- extends QuadRSSx
ContCode builds the code for a Continuation
using quad-no-ssa HCode.
- Version:
- $Id: ContCode.java,v 1.2 2002/02/25 20:57:01 cananian Exp $
- Author:
- Karen K. Zee <kkz@alum.mit.edu>
- See Also:
- Serialized Form
| 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 |
ContCode
public ContCode(HMethod parent)
- Creates a
ContCode for an HMethod using
the HCode from which we want to build the continuation
and the CALL at which we want the continuation built.
The HCode must be quad-no-ssa.
getName
public String getName()
- Return the name of this code view.
- Overrides:
getName in class QuadRSSx
- Returns:
- the name of the
parent's code view.
quadSet
public void quadSet(Quad q)
getFactory
public QuadFactory getFactory()