org.jruby.compiler
Class ASTInspector
java.lang.Object
org.jruby.compiler.ASTInspector
public class ASTInspector
- extends java.lang.Object
- Author:
- headius
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FRAME_AWARE_METHODS
public static java.util.Set<java.lang.String> FRAME_AWARE_METHODS
ENABLED
public static final boolean ENABLED
ASTInspector
public ASTInspector()
disable
public void disable()
inspect
public void inspect(Node node)
hasClass
public boolean hasClass()
hasClosure
public boolean hasClosure()
hasDef
public boolean hasDef()
hasFrameAwareMethods
public boolean hasFrameAwareMethods()
hasScopeAwareMethods
public boolean hasScopeAwareMethods()
hasBlockArg
public boolean hasBlockArg()
hasOptArgs
public boolean hasOptArgs()
hasRestArg
public boolean hasRestArg()
Copyright © 2002-2007 JRuby Team. All Rights Reserved.