comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java @ 13732:fbf448929260

Ruby: remove some prototyping code no longer needed
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sat, 18 Jan 2014 22:12:42 -0800
parents fb846424299f
children 3f27e57439ed
comparison
equal deleted inserted replaced
13684:72f85504e79e 13732:fbf448929260
40 /** 40 /**
41 * Gets access to debugging services, {@code null} if not enabled in this context. 41 * Gets access to debugging services, {@code null} if not enabled in this context.
42 */ 42 */
43 DebugManager getDebugManager(); 43 DebugManager getDebugManager();
44 44
45 /**
46 * Gets access to utilities for printing different aspects of a Truffle AST.
47 */
48 ASTPrinter getASTPrinter();
49
50 } 45 }