Class AgentScriptInstrument

java.lang.Object
com.oracle.truffle.api.instrumentation.TruffleInstrument
com.oracle.truffle.tools.agentscript.impl.InsightInstrument
com.oracle.truffle.tools.agentscript.impl.AgentScriptInstrument

public final class AgentScriptInstrument extends InsightInstrument
  • 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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.graalvm.options.OptionDescriptors
     
    protected void
    onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env env)
     

    Methods inherited from class com.oracle.truffle.tools.agentscript.impl.InsightInstrument

    onDispose

    Methods inherited from class com.oracle.truffle.api.instrumentation.TruffleInstrument

    createContextLocal, createContextThreadLocal, getContextOptionDescriptors, getSourceOptionDescriptors, onFinalize

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AgentScriptInstrument

      public AgentScriptInstrument()
  • Method Details