org.jrubyparser.rewriter.utils
Class CallDepth
java.lang.Object
org.jrubyparser.rewriter.utils.CallDepth
public class CallDepth
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallDepth
public CallDepth()
enterCall
public void enterCall()
leaveCall
public void leaveCall()
inCall
public boolean inCall()
disableCallDepth
public void disableCallDepth()
enableCallDepth
public void enableCallDepth()
Copyright © 2013. All Rights Reserved.