JIVE Platform
Release 0.3.1

edu.bsu.cs.jive.contour
Interface ContourMember.InnerClass

All Superinterfaces:
ContourMember
Enclosing interface:
ContourMember

public static interface ContourMember.InnerClass
extends ContourMember

An inner class declaration within a contour.


Nested Class Summary
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.contour.ContourMember
ContourMember.Exporter, ContourMember.Importer, ContourMember.InnerClass, ContourMember.MethodDeclaration, ContourMember.Variable, ContourMember.Visitor
 
Method Summary
 void export(ContourMember.Exporter exporter)
           
 
Methods inherited from interface edu.bsu.cs.jive.contour.ContourMember
accept, name, type, value
 

Method Detail

export

void export(ContourMember.Exporter exporter)

JIVE Platform
Release 0.3.1