JIVE Platform
Release 0.2.2

Uses of Interface
edu.bsu.cs.jive.contour.ContourMemberFormat

Packages that use ContourMemberFormat
edu.bsu.cs.jive.contour Interfaces and classes to support the contour model of program execution. 
 

Uses of ContourMemberFormat in edu.bsu.cs.jive.contour
 

Subinterfaces of ContourMemberFormat in edu.bsu.cs.jive.contour
static interface ContourMemberFormat.InnerClassFormat
          Member format interface for inner class declarations.
static interface ContourMemberFormat.MethodFormat
          Member format interface for method declarations.
static interface ContourMemberFormat.VariableFormat
          Member format interface for variable declarations.
 

Methods in edu.bsu.cs.jive.contour that return types with arguments of type ContourMemberFormat
 List<ContourMemberFormat> ContourFormat.Importer.provideMemberFormats()
          Import the list of member format for this cf.
 

Methods in edu.bsu.cs.jive.contour with parameters of type ContourMemberFormat
 void ContourFormat.Exporter.provideMemberFormat(ContourMemberFormat mf)
          Export a member format.
 


JIVE Platform
Release 0.2.2