Uses of Interface
org.eclipse.xpand.incremental.trace.Trace

Packages that use Trace
org.eclipse.xpand.incremental.trace   
org.eclipse.xpand.incremental.trace.impl   
org.eclipse.xpand.incremental.trace.util   
 

Uses of Trace in org.eclipse.xpand.incremental.trace
 

Methods in org.eclipse.xpand.incremental.trace that return Trace
 Trace TraceFactory.createTrace()
          Returns a new object of class 'Trace'.
 

Uses of Trace in org.eclipse.xpand.incremental.trace.impl
 

Classes in org.eclipse.xpand.incremental.trace.impl that implement Trace
 class TraceImpl
          An implementation of the model object 'Trace'.
 

Methods in org.eclipse.xpand.incremental.trace.impl that return Trace
 Trace TraceFactoryImpl.createTrace()
           
 

Uses of Trace in org.eclipse.xpand.incremental.trace.util
 

Methods in org.eclipse.xpand.incremental.trace.util with parameters of type Trace
 T TraceSwitch.caseTrace(Trace object)
          Returns the result of interpreting the object as an instance of 'Trace'.