harpoon.Analysis.MemOpt
Class PreallocData

java.lang.Object
  extended by harpoon.ClassFile.HData
      extended by harpoon.IR.Tree.Data
          extended by harpoon.Backend.Runtime1.Data
              extended by harpoon.Analysis.MemOpt.PreallocData

public class PreallocData
extends Data

PreallocData

Version:
$Id: PreallocData.java,v 1.2 2004/02/08 03:19:53 cananian Exp $
Author:
Alexandru Salcianu <salcianu@MIT.edu>

Nested Class Summary
 
Nested classes/interfaces inherited from class harpoon.IR.Tree.Data
Data.TreeFactory
 
Field Summary
 
Fields inherited from class harpoon.Backend.Runtime1.Data
root
 
Fields inherited from class harpoon.IR.Tree.Data
desc, frame, modCount, tf
 
Constructor Summary
PreallocData(HClass hc, Frame f, Set labels, Label beginLabel, Label endLabel)
          Creates a PreallocData.
 
Method Summary
 
Methods inherited from class harpoon.Backend.Runtime1.Data
_DATUM, _DATUM, emitUtf8String, getHClass, getRootElement, hashCode, toUTF8
 
Methods inherited from class harpoon.IR.Tree.Data
getDesc, print
 
Methods inherited from class harpoon.ClassFile.HData
clone, getElementsI, getElementsL, print
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreallocData

public PreallocData(HClass hc,
                    Frame f,
                    Set labels,
                    Label beginLabel,
                    Label endLabel)
Creates a PreallocData.