JIVE Platform
Release 0.3.1

Uses of Interface
edu.buffalo.cse.jive.sequence.ExecutionOccurrence.Exporter

Packages that use ExecutionOccurrence.Exporter
edu.buffalo.cse.jive.sequence Sequence model used to represent program execution history. 
edu.buffalo.cse.jive.sequence.java Java-specific sequence model elements. 
 

Uses of ExecutionOccurrence.Exporter in edu.buffalo.cse.jive.sequence
 

Methods in edu.buffalo.cse.jive.sequence with parameters of type ExecutionOccurrence.Exporter
 void ExecutionOccurrence.export(ExecutionOccurrence.Exporter exporter)
          Exports the execution occurrence to the reverse-builder supplied as a parameter.
 

Uses of ExecutionOccurrence.Exporter in edu.buffalo.cse.jive.sequence.java
 

Subinterfaces of ExecutionOccurrence.Exporter in edu.buffalo.cse.jive.sequence.java
static interface FilteredMethodActivation.Exporter
          A reverse-builder for filtered method activations.
static interface MethodActivation.Exporter
          A reverse-builder for method activations.
static interface ThreadActivation.Exporter
          A reverse-builder for thread activations.
 


JIVE Platform
Release 0.3.1