JIVE Platform
Release 0.3.1

Uses of Interface
edu.bsu.cs.jive.contour.ContourCreationRecord.Exporter

Packages that use ContourCreationRecord.Exporter
edu.bsu.cs.jive.contour Interfaces and classes to support the contour model of program execution. 
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

Uses of ContourCreationRecord.Exporter in edu.bsu.cs.jive.contour
 

Subinterfaces of ContourCreationRecord.Exporter in edu.bsu.cs.jive.contour
static interface MethodContourCreationRecord.Exporter
          A reverse-builder for method contour creation records.
 

Methods in edu.bsu.cs.jive.contour with parameters of type ContourCreationRecord.Exporter
 void ContourCreationRecord.export(ContourCreationRecord.Exporter exporter)
          Export this record.
 

Uses of ContourCreationRecord.Exporter in edu.buffalo.cse.jive.ui.search.queries
 

Fields in edu.buffalo.cse.jive.ui.search.queries declared as ContourCreationRecord.Exporter
protected  ContourCreationRecord.Exporter ObjectCreatedSearchQuery.NewEventExporter.recordExporter
          An exporter used to examine ContourCreationRecords and to determine if any match the search pattern.
 


JIVE Platform
Release 0.3.1