Class InspectorInstrument
java.lang.Object
com.oracle.truffle.api.instrumentation.TruffleInstrument
com.oracle.truffle.tools.chromeinspector.instrument.InspectorInstrument
public final class InspectorInstrument
extends com.oracle.truffle.api.instrumentation.TruffleInstrument
Chrome inspector as an instrument.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
com.oracle.truffle.api.instrumentation.TruffleInstrument.ContextLocalFactory<T>, com.oracle.truffle.api.instrumentation.TruffleInstrument.ContextLocalProvider, 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 -
Field Summary
FieldsFields inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
locals -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.graalvm.options.OptionDescriptorsprotected voidonCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env) protected voidonFinalize(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env) Methods inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
createContextLocal, createContextThreadLocal, getContextOptionDescriptors, onDispose
-
Field Details
-
INSTRUMENT_ID
- See Also:
-
-
Constructor Details
-
InspectorInstrument
public InspectorInstrument()
-
-
Method Details
-
onCreate
protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env) - Specified by:
onCreatein classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-
onFinalize
protected void onFinalize(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env) - Overrides:
onFinalizein classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-
getOptionDescriptors
protected org.graalvm.options.OptionDescriptors getOptionDescriptors()- Overrides:
getOptionDescriptorsin classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-