Uses of Interface
jist.runtime.ClassTraversal.Visitor

Packages that use ClassTraversal.Visitor
jist.runtime Provides the entire JiST (Java in Simulation Time) runtime framework and simulation time functionality. 
jist.swans SWANS (Scalable Wireless Ad hoc Network Simulator) is a prototype JiST simulation application. 
 

Uses of ClassTraversal.Visitor in jist.runtime
 

Classes in jist.runtime that implement ClassTraversal.Visitor
static class ClassTraversal.Empty
          Provides a default (empty) implementation of the Visitor.
 

Methods in jist.runtime with parameters of type ClassTraversal.Visitor
 void Rewriter.installPreRewriteTraversal(ClassTraversal.Visitor rewrite)
          Install a new rewrite traversal handler.
static void JistAPI_Impl.installRewrite(ClassTraversal.Visitor rewrite)
           
 

Constructors in jist.runtime with parameters of type ClassTraversal.Visitor
ClassTraversal(ClassTraversal.Visitor jcti)
          Create a new traversal object and initialize it with given traversal upcall.
 

Uses of ClassTraversal.Visitor in jist.swans
 

Classes in jist.swans that implement ClassTraversal.Visitor
static class Rewriter.ModifyTypeTraversal
          Class traversal that substitutes types in all the common places.