JIVE Platform
Release 0.2.2

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

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

Subinterfaces of CallEvent.Target in edu.bsu.cs.jive.events
static interface CallEvent.Target.InModel
          A target that is in the model (i.e. has a contour)
static interface CallEvent.Target.OutOfModel
          A target that is not in the model.
 

Methods in edu.bsu.cs.jive.events that return CallEvent.Target
 CallEvent.Target CallEvent.Importer.provideTarget()
          Provides the target of the call.
 

Methods in edu.bsu.cs.jive.events with parameters of type CallEvent.Target
 void CallEvent.Exporter.addTarget(CallEvent.Target target)
          Adds the target of the call.
 

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

Fields in edu.buffalo.cse.jive.ui.search.queries declared as CallEvent.Target
protected  CallEvent.Target MethodCalledSearchQuery.CallEventExporter.target
          The method that was called.
 

Methods in edu.buffalo.cse.jive.ui.search.queries with parameters of type CallEvent.Target
 void MethodCalledSearchQuery.CallEventExporter.addTarget(CallEvent.Target target)
           
 


JIVE Platform
Release 0.2.2