public class Interpreter
extends java.lang.Object
Constructor and Description |
---|
Interpreter() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
INTERPRET_METHOD(ThreadContext context,
CFG cfg,
InterpreterContext interp,
java.lang.String name,
RubyModule implClass,
boolean isTraceable) |
static IRubyObject |
interpret(Ruby runtime,
Node rootNode,
IRubyObject self) |
static IRubyObject |
interpret(ThreadContext context,
CFG cfg,
InterpreterContext interp) |
static IRubyObject |
interpretTop(Ruby runtime,
IRScope scope,
IRubyObject self) |
static boolean |
isDebug() |
public static IRubyObject interpret(Ruby runtime, Node rootNode, IRubyObject self)
public static boolean isDebug()
public static IRubyObject interpretTop(Ruby runtime, IRScope scope, IRubyObject self)
public static IRubyObject interpret(ThreadContext context, CFG cfg, InterpreterContext interp)
public static IRubyObject INTERPRET_METHOD(ThreadContext context, CFG cfg, InterpreterContext interp, java.lang.String name, RubyModule implClass, boolean isTraceable)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.