de.danielbechler.diff.visitor
Class Visit

java.lang.Object
  extended by de.danielbechler.diff.visitor.Visit

public final class Visit
extends Object

Author:
Daniel Bechler

Constructor Summary
Visit()
           
 
Method Summary
 void dontGoDeeper()
           
 boolean isAllowedToGoDeeper()
           
 boolean isStopped()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Visit

public Visit()
Method Detail

stop

public void stop()

dontGoDeeper

public void dontGoDeeper()

isStopped

public boolean isStopped()

isAllowedToGoDeeper

public boolean isAllowedToGoDeeper()


Copyright © 2012. All Rights Reserved.