JIVE Platform
Release 0.3.1

Uses of Interface
edu.bsu.cs.jive.events.CallEvent.Exporter

Packages that use CallEvent.Exporter
edu.bsu.cs.jive.events Interfaces that define the JiveLog representation for program execution history. 
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

Uses of CallEvent.Exporter in edu.bsu.cs.jive.events
 

Methods in edu.bsu.cs.jive.events with parameters of type CallEvent.Exporter
 void CallEvent.export(CallEvent.Exporter exporter)
          Exports the event.
 

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

Classes in edu.buffalo.cse.jive.ui.search.queries that implement CallEvent.Exporter
protected  class MethodCalledSearchQuery.CallEventExporter
          An exporter used to examine CallEvents and to determine if the event is a call on a method represented by a JiveSearchPattern.
 


JIVE Platform
Release 0.3.1