harpoon.Backend.Runtime1
Class DataStaticFields

java.lang.Object
  |
  +--harpoon.ClassFile.HData
        |
        +--harpoon.IR.Tree.Data
              |
              +--harpoon.Backend.Runtime1.Data
                    |
                    +--harpoon.Backend.Runtime1.DataStaticFields

public class DataStaticFields
extends Data

DataStaticFields lays out the static fields of a class.

Version:
$Id: DataStaticFields.java,v 1.3 2002/02/26 22:44:31 cananian Exp $
Author:
C. Scott Ananian <cananian@alumni.princeton.edu>

Nested Class Summary
 
Nested classes 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, tf
 
Constructor Summary
DataStaticFields(Frame f, HClass hc)
          Creates a DataStaticFields.
 
Methods inherited from class harpoon.Backend.Runtime1.Data
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

DataStaticFields

public DataStaticFields(Frame f,
                        HClass hc)
Creates a DataStaticFields.