comparison truffle/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/AdvancedInstrumentRootFactory.java @ 22228:c9681cd54d90

Truffle/Instrumentation: remove @Deprecated Instrument factory methods, Javadoc cleanup
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Sun, 20 Sep 2015 16:11:02 -0700
parents dc83cc1f94f2
children e7643754d982
comparison
equal deleted inserted replaced
22227:68a0c3dcea10 22228:c9681cd54d90
27 import com.oracle.truffle.api.nodes.Node; 27 import com.oracle.truffle.api.nodes.Node;
28 28
29 /** 29 /**
30 * Creator of {@linkplain AdvancedInstrumentRoot AST fragments} suitable for efficient execution, 30 * Creator of {@linkplain AdvancedInstrumentRoot AST fragments} suitable for efficient execution,
31 * subject to full Truffle optimization, by an 31 * subject to full Truffle optimization, by an
32 * {@linkplain Instrument#create(AdvancedInstrumentResultListener, AdvancedInstrumentRootFactory, Class, String) 32 * {@linkplain Instrumenter#attach(Probe, AdvancedInstrumentResultListener, AdvancedInstrumentRootFactory, Class, String)
33 * Advanced Instrument}. 33 * Advanced Instrument}.
34 * 34 *
35 * @see Instrument 35 * @see Instrument
36 * @see AdvancedInstrumentRoot 36 * @see AdvancedInstrumentRoot
37 */ 37 */