harpoon.Backend.Runtime1
Class DataConfigChecker

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.DataConfigChecker

public class DataConfigChecker
extends Data

DataConfigChecker outputs some (never used) references which will be unresolved (resulting in linker errors at build-time) unless the runtime configuration matches the flex configuration.

Version:
$Id: DataConfigChecker.java,v 1.3 2003/10/21 02:11:02 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
DataConfigChecker(Frame f, HClass hc)
          Creates a DataConfigChecker.
 
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

DataConfigChecker

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