comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Probe.java @ 19696:27fe86a6fb49

Truffle/Instrumentation: Javadoc
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Wed, 04 Mar 2015 16:28:05 -0800
parents b08cf18b9f0a
children 907128d02b31
comparison
equal deleted inserted replaced
19690:c152a485d747 19696:27fe86a6fb49
67 * AST clone is executing. 67 * AST clone is executing.
68 * 68 *
69 * @see Instrument 69 * @see Instrument
70 * @see ASTProber 70 * @see ASTProber
71 * @see ProbeListener 71 * @see ProbeListener
72 * @see SyntaxTag
72 */ 73 */
73 public final class Probe implements SyntaxTagged { 74 public final class Probe implements SyntaxTagged {
74 75
75 private static final List<ASTProber> astProbers = new ArrayList<>(); 76 private static final List<ASTProber> astProbers = new ArrayList<>();
76 77