chord.analyses.type
Class DomT

java.lang.Object
  extended by chord.util.IndexMap<T>
      extended by chord.bddbddb.Dom<T>
          extended by chord.project.analyses.ProgramDom<joeq.Class.jq_Type>
              extended by chord.analyses.type.DomT
All Implemented Interfaces:
ITask, java.lang.Iterable<joeq.Class.jq_Type>

public class DomT
extends ProgramDom<joeq.Class.jq_Type>

Domain of classes.

Author:
Mayur Naik (mhn@cs.stanford.edu)

Field Summary
 
Fields inherited from class chord.project.analyses.ProgramDom
consumes
 
Fields inherited from class chord.bddbddb.Dom
name
 
Fields inherited from class chord.util.IndexMap
hmap, list
 
Constructor Summary
DomT()
           
 
Method Summary
 void fill()
           
 java.lang.String toXMLAttrsString(joeq.Class.jq_Type t)
          Provides the XML attributes string of the specified value.
 
Methods inherited from class chord.project.analyses.ProgramDom
init, run, run, save, saveToXMLFile, toString, toXMLElemsString
 
Methods inherited from class chord.bddbddb.Dom
equals, getName, hashCode, print, print, save, setName, toUniqueString, toUniqueString
 
Methods inherited from class chord.util.IndexMap
add, addAll, clear, contains, get, getOrAdd, indexOf, iterator, size
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface chord.project.ITask
getName, setName
 

Constructor Detail

DomT

public DomT()
Method Detail

fill

public void fill()
Overrides:
fill in class ProgramDom<joeq.Class.jq_Type>

toXMLAttrsString

public java.lang.String toXMLAttrsString(joeq.Class.jq_Type t)
Description copied from class: ProgramDom
Provides the XML attributes string of the specified value. Subclasses may override this method if necessary.

Overrides:
toXMLAttrsString in class ProgramDom<joeq.Class.jq_Type>
Parameters:
t - A value.
Returns:
The XML attributes string of the specified value. It is the empty string by default.
See Also:
ProgramDom.saveToXMLFile()