public class InsightInstrument
extends com.oracle.truffle.api.instrumentation.TruffleInstrument
com.oracle.truffle.api.instrumentation.TruffleInstrument.ContextLocalFactory<T>, com.oracle.truffle.api.instrumentation.TruffleInstrument.ContextThreadLocalFactory<T>, com.oracle.truffle.api.instrumentation.TruffleInstrument.Env, com.oracle.truffle.api.instrumentation.TruffleInstrument.Provider, com.oracle.truffle.api.instrumentation.TruffleInstrument.Registration| Constructor and Description |
|---|
InsightInstrument() |
| Modifier and Type | Method and Description |
|---|---|
protected org.graalvm.options.OptionDescriptors |
getOptionDescriptors() |
protected void |
onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env tmp) |
protected void |
onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env tmp) |
protected org.graalvm.options.OptionDescriptors getOptionDescriptors()
getOptionDescriptors in class com.oracle.truffle.api.instrumentation.TruffleInstrumentprotected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env tmp)
onCreate in class com.oracle.truffle.api.instrumentation.TruffleInstrumentprotected void onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env tmp)
onDispose in class com.oracle.truffle.api.instrumentation.TruffleInstrument