com.jaxfront.core.rule
Class RecursionChecker

java.lang.Object
  extended by com.jaxfront.core.rule.RecursionChecker

public class RecursionChecker
extends java.lang.Object

Author:
srzxuz TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
RecursionChecker()
           
 
Method Summary
 void popNode()
           
 void pushNode(java.lang.Object node)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RecursionChecker

public RecursionChecker()
Method Detail

reset

public void reset()

popNode

public void popNode()

pushNode

public void pushNode(java.lang.Object node)
              throws RecursionException
Throws:
RecursionException