diff graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ASTNodeProber.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 0c6d8a08e31b
children 1051d6e4b61b
line wrap: on
line diff
--- a/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ASTNodeProber.java	Wed Jul 02 23:40:19 2014 +0200
+++ b/graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/ASTNodeProber.java	Wed Jul 02 16:06:42 2014 -0700
@@ -47,7 +47,7 @@
      * {@link ExecutionEvents} at the wrapped AST node.</li>
      * <li>if the argument is itself a {@link Wrapper}, i.e. if the AST node at this site has
      * already been wrapped, then the wrapper is returned (with the possible addition of a
-     * {@linkplain PhylumTag tag}).</li>
+     * {@linkplain SyntaxTag tag}).</li>
      * </ul>
      *
      * @param astNode an AST node to which instrumentation might be applied
@@ -59,5 +59,5 @@
      *         {@code astNode}) with an associated {@link Probe} .
      */
 
-    Node probeAs(Node astNode, PhylumTag tag, Object... args);
+    Node probeAs(Node astNode, SyntaxTag tag, Object... args);
 }