JIVE Platform
Release 0.3.1

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

Enclosing interface:
CallEvent.Target.InModel

public static interface CallEvent.Target.InModel.Exporter

A reverse-builder for an in-model target.


Method Summary
 void addContourCreationRecord(MethodContourCreationRecord ccr)
          Add the contour creation record, which describes the method contour that is created.
 

Method Detail

addContourCreationRecord

void addContourCreationRecord(MethodContourCreationRecord ccr)
Add the contour creation record, which describes the method contour that is created. This may provide null if the contour is not in the model.

Parameters:
ccr - contour creation record

JIVE Platform
Release 0.3.1