JIVE Platform
Release 0.3.1

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

Packages that use Event.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 Event.Exporter in edu.bsu.cs.jive.events
 

Subinterfaces of Event.Exporter in edu.bsu.cs.jive.events
static interface AssignEvent.Exporter
          Exporter (reverse-builder) for assign events.
static interface CallEvent.Exporter
          Exporter (reverse-builder) for call events.
static interface EOSEvent.Exporter
          Exporter (reverse-builder) for an EOS event.
static interface ExceptionEvent.Exporter
          Exporter (reverse-builder) for an exception event.
static interface ExitEvent.Exporter
          A reverse-builder for an exit event.
static interface LoadEvent.Exporter
          A reverse-builder for a load event.
static interface NewEvent.Exporter
          An exporter (reverse-builder) for a new event.
static interface ReturnEvent.Exporter
          Exporter (reverse-builder) for return events
static interface StartEvent.Exporter
          A reverse-builder for a start event.
 

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

Classes in edu.buffalo.cse.jive.ui.search.queries that implement Event.Exporter
protected  class ExceptionCaughtSearchQuery.ExceptionEventExporter
          An exporter used to examine ExceptionEvents and to determine if the event is and exception caught by a JiveSearchPattern and exception name.
protected  class InvariantViolatedSearchQuery.AssignEventExporter
          An exporter used to examine AssignEvents and to determine if the event is an assignment to a variable represented by a JiveSearchPattern.
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.
protected  class MethodReturnedSearchQuery.ReturnEventExporter
          An exporter used to examine ReturnEvents and to determine if the event is a return from a method represented by a JiveSearchPattern.
protected  class ObjectCreatedSearchQuery.NewEventExporter
          An exporter used to examine NewEvents and to determine if the event is a object creation represented by a JiveSearchPattern.
protected  class VariableChangedSearchQuery.AssignEventExporter
          An exporter used to examine AssignEvents and to determine if the event is an assignment to a variable represented by a JiveSearchPattern.
 


JIVE Platform
Release 0.3.1