Class ExecuteSourceEvent

java.lang.Object
com.oracle.truffle.api.instrumentation.ExecuteSourceEvent

public final class ExecuteSourceEvent extends Object
Represents a source execute event from a ExecuteSourceListener. Instances of ExecuteSourceEvent should be neither stored, cached nor hashed. The equality and hashing behavior is undefined.
Since:
0.33
See Also:
  • Method Details

    • getSource

      public Source getSource()
      Returns the executed source that caused this event.
      Since:
      0.33