JIVE Platform
Release 0.3.1

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

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

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

Subinterfaces of ContourMember in edu.bsu.cs.jive.contour
static interface ContourMember.InnerClass
          An inner class declaration within a contour.
static interface ContourMember.MethodDeclaration
          A method declaration member within a contour.
static interface ContourMember.Variable
          A variable declaration member within a contour.
 

Methods in edu.bsu.cs.jive.contour that return types with arguments of type ContourMember
 List<ContourMember> Contour.Importer.provideMembers()
          Read the member list of this contour
 

Methods in edu.bsu.cs.jive.contour with parameters of type ContourMember
 void Contour.Exporter.addMember(ContourMember member)
          Export a contour member.
 


JIVE Platform
Release 0.3.1