JIVE Platform
Release 0.3.1

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

All Superinterfaces:
ContourMember
Enclosing interface:
ContourMember

public static interface ContourMember.MethodDeclaration
extends ContourMember

A method declaration member 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