comparison graal/com.oracle.truffle.api/src/com/oracle/truffle/api/instrument/SourceCallback.java @ 16067:915ebb306fcc

Truffle/Source: major API revision - All source-related classes now in com.oracle.truffle.api.source - SourceFactory replaced with factory methods on Source - Revision, renaming, and documentation to methods on Source and SourceSection - NullSourceSection is now a utility class
author Michael Van De Vanter <michael.van.de.vanter@oracle.com>
date Fri, 06 Jun 2014 17:51:47 -0700
parents 8c34e2cc4add
children 524f5cf6cb95
comparison
equal deleted inserted replaced
16066:f59498d6e8b1 16067:915ebb306fcc
22 * or visit www.oracle.com if you need additional information or have any 22 * or visit www.oracle.com if you need additional information or have any
23 * questions. 23 * questions.
24 */ 24 */
25 package com.oracle.truffle.api.instrument; 25 package com.oracle.truffle.api.instrument;
26 26
27 import com.oracle.truffle.api.*; 27 import com.oracle.truffle.api.source.*;
28 28
29 /** 29 /**
30 * Instrumentation callback for guest language source-related events. 30 * Instrumentation callback for guest language source-related events.
31 */ 31 */
32 public interface SourceCallback { 32 public interface SourceCallback {