comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java @ 15450:be0c151d912b

Truffle/Instrumentation: API revisions
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Tue, 29 Apr 2014 12:05:58 -0700
parents 0c6d8a08e31b
children bb9473723904
comparison
equal deleted inserted replaced
15281:041156bb59b2 15450:be0c151d912b
47 SourceManager getSourceManager(); 47 SourceManager getSourceManager();
48 48
49 /** 49 /**
50 * Gets access to AST instrumentation services. 50 * Gets access to AST instrumentation services.
51 */ 51 */
52 Instrumentation instrumentation(); 52 Instrumentation getInstrumentation();
53 53
54 /** 54 /**
55 * Access to information visualization services for the specific language. 55 * Access to information visualization services for the specific language.
56 */ 56 */
57 Visualizer visualizer(); 57 Visualizer getVisualizer();
58 58
59 /** 59 /**
60 * Add instrumentation to subsequently constructed Truffle ASTs for the guest language; every 60 * Add instrumentation to subsequently constructed Truffle ASTs for the guest language; every
61 * one added will have the opportunity to add instrumentation. 61 * one added will have the opportunity to add instrumentation.
62 * 62 *