comparison 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
comparison
equal deleted inserted replaced
16390:ae8f4016792a 16391:50d79ad439f1
43 43
44 /** 44 /**
45 * Notifies that a (fully constructed) {@link Probe} has been tagged. A subsequent marking with 45 * Notifies that a (fully constructed) {@link Probe} has been tagged. A subsequent marking with
46 * the same tag is idempotent and generates no notification. 46 * the same tag is idempotent and generates no notification.
47 */ 47 */
48 void probeTaggedAs(Probe probe, PhylumTag tag); 48 void probeTaggedAs(Probe probe, SyntaxTag tag);
49 49
50 } 50 }