harpoon.Backend.Runtime1
Class DataStrings

java.lang.Object
  extended by harpoon.ClassFile.HData
      extended by harpoon.IR.Tree.Data
          extended by harpoon.Backend.Runtime1.Data
              extended by harpoon.Backend.Runtime1.DataStrings

public class DataStrings
extends Data

DataStrings lays out string constant objects.

Version:
$Id: DataStrings.java,v 1.5 2004/07/02 00:08:56 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.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
DataStrings(Frame f, HClass hc, Set<String> strings)
          Creates a DataStrings containing tables corresponding to the given set of strings.
 
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

DataStrings

public DataStrings(Frame f,
                   HClass hc,
                   Set<String> strings)
Creates a DataStrings containing tables corresponding to the given set of strings.