JIVE Platform
Release 0.3.1

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

All Superinterfaces:
ContourMember
Enclosing interface:
ContourMember

public static interface ContourMember.Variable
extends ContourMember

A variable declaration member within a contour.


Nested Class Summary
static interface ContourMember.Variable.Exporter
          A reverse-builder for variable declaration members.
static interface ContourMember.Variable.Importer
          A builder for variable declaration members.
 
Nested classes/interfaces inherited from interface edu.bsu.cs.jive.contour.ContourMember
ContourMember.InnerClass, ContourMember.MethodDeclaration, ContourMember.Variable, ContourMember.Visitor
 
Method Summary
 void export(ContourMember.Variable.Exporter exporter)
           
 VariableID id()
          Get the variable ID for this variable.
 
Methods inherited from interface edu.bsu.cs.jive.contour.ContourMember
accept, name, type, value
 

Method Detail

id

VariableID id()
Get the variable ID for this variable.

Returns:
variable ID

export

void export(ContourMember.Variable.Exporter exporter)

JIVE Platform
Release 0.3.1