Uses of Interface
org.jurvis.patterns.JvVisitor

Packages that use JvVisitor
org.jurvis.patterns   
 

Uses of JvVisitor in org.jurvis.patterns
 

Classes in org.jurvis.patterns that implement JvVisitor
 class JvReflectiveVisitor
          An abstract JvVisitor that uses reflection to find a method specific for visiting the type of each visited object.
 

Methods in org.jurvis.patterns with parameters of type JvVisitor
 void JvVisitable.accept(JvVisitor visitor)
          Accept a visit by the specified visitor.
 



Copyright © 1999-2004 Neil W. Weber. All Rights Reserved.