JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.events
Interface CallEvent.Target.InModel.Importer

Enclosing interface:
CallEvent.Target.InModel

public static interface CallEvent.Target.InModel.Importer

A builder for an in-model target.


Method Summary
 MethodContourCreationRecord provideContourCreationRecord()
          Get a contour creation record that describes the method contour.
 

Method Detail

provideContourCreationRecord

MethodContourCreationRecord provideContourCreationRecord()
Get a contour creation record that describes the method contour. If the method does not have a contour (i.e. it is out of the model), then this will return null.

Returns:
a contour creation record or null

JIVE Platform
Release 0.3.1