JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourMemberFormat.Exporter

All Known Subinterfaces:
ContourMemberFormat.VariableFormat.Exporter
Enclosing interface:
ContourMemberFormat

public static interface ContourMemberFormat.Exporter

Reverse-builder for contour member formats.


Method Summary
 void addName(String name)
           
 void addType(Type type)
           
 

Method Detail

addName

void addName(String name)

addType

void addType(Type type)

JIVE Platform
Release 0.3.1