org.jruby.compiler
Class NodeCompilerFactory
java.lang.Object
org.jruby.compiler.NodeCompilerFactory
public class NodeCompilerFactory
- extends java.lang.Object
- Author:
- headius
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SAFE
public static final boolean SAFE
UNSAFE_CALLS
public static final java.util.Set UNSAFE_CALLS
NodeCompilerFactory
public NodeCompilerFactory()
getYARVCompiler
public static YARVNodesCompiler getYARVCompiler()
getCompiler
public static NodeCompiler getCompiler(Node node)
getArgumentsCompiler
public static NodeCompiler getArgumentsCompiler(Node node)
getAssignmentCompiler
public static NodeCompiler getAssignmentCompiler(Node node)
confirmNodeIsSafe
public static void confirmNodeIsSafe(Node node)
- Check whether the target node can safely be compiled.
- Parameters:
node
-
Copyright © 2002-2007 JRuby Team. All Rights Reserved.