mwalk Platform 0.3.0

Uses of Class
mwalk.util.VisitException

Packages that use VisitException
mwalk.core Provides the core components of mwalk
mwalk.visitor Provides standard collection of vistiors
 

Uses of VisitException in mwalk.core
 

Methods in mwalk.core that throw VisitException
 void Tree.walkDown(DownVisitor visitor)
           
 java.lang.Object Tree.walkDown(DownVisitor visitor, TreeNode node)
           
 void Tree.walkUp(UpVisitor visitor)
           
 java.lang.Object Tree.walkUp(UpVisitor visitor, TreeNode node)
           
 

Uses of VisitException in mwalk.visitor
 

Methods in mwalk.visitor that throw VisitException
 java.lang.Object AbstractVisitor.visitUp(Tree tree, TreeNode node)
          Visit the current node prior to visiting parent.
 java.lang.Object AbstractVisitor.visitUp(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting parent.
 java.lang.Object AbstractVisitor.visitDown(Tree tree, TreeNode node)
          Visit the current node prior to visiting children.
 java.lang.Object AbstractVisitor.visitDown(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting children.
 java.lang.Object UpVisitor.visitUp(Tree tree, TreeNode node)
          Visit the current node prior to visiting parent.
 java.lang.Object UpVisitor.visitUp(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting parent.
 java.lang.Object GlobalVisitor.visitUp(Tree tree, TreeNode node)
          Visit the current node prior to visiting parent.
 java.lang.Object GlobalVisitor.visitUp(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting parent.
 java.lang.Object GlobalVisitor.visitDown(Tree tree, TreeNode node)
          Visit the current node prior to visiting children.
 java.lang.Object GlobalVisitor.visitDown(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting children.
 java.lang.Object LinkCountVisitor.visitDown(Tree tree, TreeNode node)
          Visit the current node prior to visiting children.
 java.lang.Object MetricVisitor.visitDown(Tree tree, TreeNode node)
          Visit the current node prior to visiting children.
 java.lang.Object MetricVisitor.visitDown(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting children.
protected abstract  MetricCount MetricVisitor.doVisit(Tree tree, TreeNode node, java.util.Vector list)
           
protected abstract  void MetricVisitor.process(Tree tree)
           
protected  void BasicMetricVisitor.process(Tree tree)
           
 java.lang.Object UpathMetricVisitor.visitDown(Tree tree, TreeNode node)
          Visit the current node prior to visiting children.
 java.lang.Object DownVisitor.visitDown(Tree tree, TreeNode node)
          Visit the current node prior to visiting children.
 java.lang.Object DownVisitor.visitDown(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting children.
 java.lang.Object MergeVisitor.visitDown(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting children.
protected  void GatewayMetricVisitor.process(Tree tree)
           
 java.lang.Object PathlessVisitor.visitUp(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting parent.
 java.lang.Object DegreeCountVisitor.visitDown(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting children.
 java.lang.Object CollapseVisitor.visitDown(Tree tree, TreeNode node, java.util.Vector list)
          Visit the current node after visiting children.
 java.lang.Object TraceVisitor.visitUp(Tree tree, TreeNode node)
          Visit the current node prior to visiting parent.
 


mwalk Platform 0.3.0

Submit a bug or feature mwalk Platform API Specification 0.3.0
Sensitivity: {Public:Research}
Copyright(c) 2000, Robert Chalmers