org.jruby.ast.visitor.rewriter.utils
Class CallDepth

java.lang.Object
  extended by org.jruby.ast.visitor.rewriter.utils.CallDepth

public class CallDepth
extends java.lang.Object


Constructor Summary
CallDepth()
           
 
Method Summary
 void disableCallDepth()
           
 void enableCallDepth()
           
 void enterCall()
           
 boolean inCall()
           
 void leaveCall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallDepth

public CallDepth()
Method Detail

enterCall

public void enterCall()

leaveCall

public void leaveCall()

inCall

public boolean inCall()

disableCallDepth

public void disableCallDepth()

enableCallDepth

public void enableCallDepth()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.