diff 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
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java	Tue Apr 22 18:32:08 2014 -0700
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/ExecutionContext.java	Tue Apr 29 12:05:58 2014 -0700
@@ -49,12 +49,12 @@
     /**
      * Gets access to AST instrumentation services.
      */
-    Instrumentation instrumentation();
+    Instrumentation getInstrumentation();
 
     /**
      * Access to information visualization services for the specific language.
      */
-    Visualizer visualizer();
+    Visualizer getVisualizer();
 
     /**
      * Add instrumentation to subsequently constructed Truffle ASTs for the guest language; every