comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/Instrument.java @ 21406:b4aca5ec3f10

Truffle/Instrumentation: Javadoc commentary
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sun, 17 May 2015 18:30:43 -0700
parents 19801a65cf57
children 36285949c1d5
comparison
equal deleted inserted replaced
21405:cdb5eda3a4b5 21406:b4aca5ec3f10
29 import com.oracle.truffle.api.instrument.InstrumentationNode.TruffleEvents; 29 import com.oracle.truffle.api.instrument.InstrumentationNode.TruffleEvents;
30 import com.oracle.truffle.api.nodes.*; 30 import com.oracle.truffle.api.nodes.*;
31 import com.oracle.truffle.api.source.*; 31 import com.oracle.truffle.api.source.*;
32 32
33 // TODO (mlvdv) these statics should not be global. Move them to some kind of context. 33 // TODO (mlvdv) these statics should not be global. Move them to some kind of context.
34 // TODO (mlvdv) migrate factory into .impl (together with Probe)? break out nested classes? 34 // TODO (mlvdv) migrate factory (together with Probe)? break out nested classes?
35 35
36 /** 36 /**
37 * A <em>binding</em> between: 37 * A <em>binding</em> between:
38 * <ol> 38 * <ol>
39 * <li>A {@link Probe}: a source of <em>execution events</em> taking place at a program location in 39 * <li>A {@link Probe}: a source of <em>execution events</em> taking place at a program location in