public class ASTInterpreter extends Object
Constructor and Description |
---|
ASTInterpreter() |
Modifier and Type | Method and Description |
---|---|
static Block |
getBlock(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block currentBlock,
Node blockNode) |
static RubyModule |
getClassVariableBase(Ruby runtime,
StaticScope scope) |
static IRubyObject |
INTERPRET_METHOD(Ruby runtime,
ThreadContext context,
String file,
int line,
RubyModule implClass,
Node node,
String name,
IRubyObject self,
Block block,
boolean isTraceable) |
public static IRubyObject INTERPRET_METHOD(Ruby runtime, ThreadContext context, String file, int line, RubyModule implClass, Node node, String name, IRubyObject self, Block block, boolean isTraceable)
public static Block getBlock(Ruby runtime, ThreadContext context, IRubyObject self, Block currentBlock, Node blockNode)
public static RubyModule getClassVariableBase(Ruby runtime, StaticScope scope)
Copyright © 2001-2015 JRuby. All Rights Reserved.