public abstract class DebugOperations extends Object
Constructor and Description |
---|
DebugOperations() |
Modifier and Type | Method and Description |
---|---|
static String |
inspect(RubyContext context,
Object object) |
static void |
panic(RubyContext context,
com.oracle.truffle.api.nodes.Node currentNode,
String message) |
static void |
printASTBacktrace(com.oracle.truffle.api.nodes.Node currentNode) |
static Object |
send(RubyContext context,
Object object,
String methodName,
RubyProc block,
Object... arguments) |
public static String inspect(RubyContext context, Object object)
public static Object send(RubyContext context, Object object, String methodName, RubyProc block, Object... arguments)
public static void panic(RubyContext context, com.oracle.truffle.api.nodes.Node currentNode, String message)
public static void printASTBacktrace(com.oracle.truffle.api.nodes.Node currentNode)
Copyright © 2001-2015 JRuby. All Rights Reserved.