Class InsightInstrument
java.lang.Object
com.oracle.truffle.api.instrumentation.TruffleInstrument
com.oracle.truffle.tools.agentscript.impl.InsightInstrument
- Direct Known Subclasses:
AgentScriptInstrument
public class InsightInstrument
extends com.oracle.truffle.api.instrumentation.TruffleInstrument
-
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.Registration -
Field Summary
Fields inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
locals -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument
createContextLocal, createContextThreadLocal, getContextOptionDescriptors, getSourceOptionDescriptors, onFinalize
-
Constructor Details
-
InsightInstrument
public InsightInstrument()
-
-
Method Details
-
getOptionDescriptors
protected org.graalvm.options.OptionDescriptors getOptionDescriptors()- Overrides:
getOptionDescriptorsin classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-
onCreate
protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env tmp) - Specified by:
onCreatein classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-
onDispose
protected void onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env tmp) - Overrides:
onDisposein classcom.oracle.truffle.api.instrumentation.TruffleInstrument
-