JIVE Platform
Release 0.3.1

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

Packages that use CallEvent.Caller
edu.bsu.cs.jive.events Interfaces that define the JiveLog representation for program execution history. 
edu.bsu.cs.jive.util Miscellaneous utility classes and interfaces for JIVE. 
edu.buffalo.cse.jive.ui.search.queries JIVE search queries. 
 

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

Subinterfaces of CallEvent.Caller in edu.bsu.cs.jive.events
static interface CallEvent.Caller.InModel
          A caller that is in the model (i.e., has a contour)
static interface CallEvent.Caller.OutOfModel
          A caller that is not in the model.
static interface CallEvent.Caller.System
          The system caller, used for the first call on a thread.
 

Methods in edu.bsu.cs.jive.events that return CallEvent.Caller
 CallEvent.Caller CallEvent.Importer.provideCaller()
          Provides the caller of the call.
 

Methods in edu.bsu.cs.jive.events with parameters of type CallEvent.Caller
 void CallEvent.Exporter.addCaller(CallEvent.Caller caller)
          Adds the caller of the call.
 

Uses of CallEvent.Caller in edu.bsu.cs.jive.util
 

Classes in edu.bsu.cs.jive.util that implement CallEvent.Caller
 class SystemCaller
          Singleton system caller.
 

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

Methods in edu.buffalo.cse.jive.ui.search.queries with parameters of type CallEvent.Caller
 void MethodCalledSearchQuery.CallEventExporter.addCaller(CallEvent.Caller caller)
           
 


JIVE Platform
Release 0.3.1