chord.analyses.thread
Class DomA
java.lang.Object
chord.util.IndexMap<T>
chord.bddbddb.Dom<T>
chord.project.analyses.ProgramDom<Trio<Ctxt,Ctxt,joeq.Class.jq_Method>>
chord.analyses.thread.DomA
- All Implemented Interfaces:
- ITask, java.lang.Iterable<Trio<Ctxt,Ctxt,joeq.Class.jq_Method>>
public class DomA
- extends ProgramDom<Trio<Ctxt,Ctxt,joeq.Class.jq_Method>>
Domain of abstract threads.
An abstract thread is a triple (o,c,m) denoting the thread
whose abstract object is 'o' and which starts at method 'm' in
abstract context 'c'.
- Author:
- Mayur Naik (mhn@cs.stanford.edu)
- See Also:
ThreadsAnalysis
| Fields inherited from class chord.bddbddb.Dom |
name |
|
Constructor Summary |
DomA()
|
|
Method Summary |
java.lang.String |
toXMLAttrsString(Trio<Ctxt,Ctxt,joeq.Class.jq_Method> aVal)
Provides the XML attributes string of the specified value. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
DomA
public DomA()
toXMLAttrsString
public java.lang.String toXMLAttrsString(Trio<Ctxt,Ctxt,joeq.Class.jq_Method> aVal)
- 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<Trio<Ctxt,Ctxt,joeq.Class.jq_Method>>
- Parameters:
aVal - A value.
- Returns:
- The XML attributes string of the specified value.
It is the empty string by default.
- See Also:
ProgramDom.saveToXMLFile()