TPTP 4.5.0 Testing Tools Project
Internal API Specification

org.eclipse.hyades.test.tools.ui.common.internal.report
Class DescendingVisitor

java.lang.Object
  extended by org.eclipse.hyades.test.tools.ui.common.internal.report.DescendingVisitor
Direct Known Subclasses:
ExecutionVisitor, JscribWriter, TestSuiteVisitor

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public abstract class DescendingVisitor
extends java.lang.Object

DescendingVisitor.java


Constructor Summary
DescendingVisitor()
          Deprecated.  
 
Method Summary
protected  void accept(Visitor visitor, java.lang.Object data, org.eclipse.tptp.platform.report.core.internal.DItem parent)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescendingVisitor

public DescendingVisitor()
Deprecated. 
Method Detail

accept

protected void accept(Visitor visitor,
                      java.lang.Object data,
                      org.eclipse.tptp.platform.report.core.internal.DItem parent)
               throws java.lang.Exception
Deprecated. 
Throws:
java.lang.Exception

TPTP 4.5.0 Testing Tools Project
Internal API Specification