public final class InspectorInstrument
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| Modifier and Type | Field and Description |
|---|---|
static String |
INSTRUMENT_ID |
| Constructor and Description |
|---|
InspectorInstrument() |
| Modifier and Type | Method and Description |
|---|---|
protected org.graalvm.options.OptionDescriptors |
getOptionDescriptors() |
protected void |
onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env) |
protected void |
onFinalize(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env) |
public static final String INSTRUMENT_ID
protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env)
onCreate in class com.oracle.truffle.api.instrumentation.TruffleInstrumentprotected void onFinalize(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env)
onFinalize in class com.oracle.truffle.api.instrumentation.TruffleInstrumentprotected org.graalvm.options.OptionDescriptors getOptionDescriptors()
getOptionDescriptors in class com.oracle.truffle.api.instrumentation.TruffleInstrument