JIVE Platform
Release 0.3.1

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

Packages that use Type
edu.bsu.cs.jive.contour Interfaces and classes to support the contour model of program execution. 
edu.bsu.cs.jive.util Miscellaneous utility classes and interfaces for JIVE. 
 

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

Methods in edu.bsu.cs.jive.contour that return Type
 Type ContourMemberFormat.Importer.provideType()
           
 Type ContourMember.Importer.provideType()
           
 Type ContourMemberFormat.type()
          Get the type of this member.
 Type ContourMember.type()
          Get the type of this member entry, as a string.
 

Methods in edu.bsu.cs.jive.contour with parameters of type Type
 void ContourMemberFormat.Exporter.addType(Type type)
           
 void ContourMember.Exporter.addType(Type type)
           
 

Uses of Type in edu.bsu.cs.jive.util
 

Methods in edu.bsu.cs.jive.util that return Type
 Type TypeFactory.getType(String typeName)
          Get a type object for the given text description
 


JIVE Platform
Release 0.3.1