JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour.java
Interface StaticContour

All Superinterfaces:
Contour, JavaContour

public interface StaticContour
extends JavaContour

A static contour, representing a class' static context.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.contour.java.JavaContour
JavaContour.Visitor
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.contour.Contour
Contour.Exporter, Contour.Importer
 
Method Summary
 void export(Contour.Exporter exporter)
          Export this static contour.
 
Methods inherited from interface edu.bsu.cs.jive.contour.java.JavaContour
accept
 
Methods inherited from interface edu.bsu.cs.jive.contour.Contour
containingModel, id
 

Method Detail

export

void export(Contour.Exporter exporter)
Export this static contour.

Specified by:
export in interface Contour
Parameters:
exporter -

JIVE Platform
Release 0.3.1