diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeListener.java @ 16391:50d79ad439f1

Truffle/Instrumentation: rename PhylumTag to SyntaxTag (along with related classes/methods)
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 02 Jul 2014 16:06:42 -0700
parents 915ebb306fcc
children 7833417c8172
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeListener.java	Wed Jul 02 23:40:19 2014 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ProbeListener.java	Wed Jul 02 16:06:42 2014 -0700
@@ -45,6 +45,6 @@
      * Notifies that a (fully constructed) {@link Probe} has been tagged. A subsequent marking with
      * the same tag is idempotent and generates no notification.
      */
-    void probeTaggedAs(Probe probe, PhylumTag tag);
+    void probeTaggedAs(Probe probe, SyntaxTag tag);
 
 }