public final class OutputConsumerInstrument extends com.oracle.truffle.api.instrumentation.TruffleInstrument implements Enabler, OutputHandler.Provider
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 |
|---|
OutputConsumerInstrument() |
| Modifier and Type | Method and Description |
|---|---|
void |
disable() |
void |
enable() |
OutputHandler |
getOutputHandler() |
protected void |
onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env e) |
protected void |
onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env e) |
public static final String ID
protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env e)
onCreate in class com.oracle.truffle.api.instrumentation.TruffleInstrumentprotected void onDispose(com.oracle.truffle.api.instrumentation.TruffleInstrument.Env e)
onDispose in class com.oracle.truffle.api.instrumentation.TruffleInstrumentpublic OutputHandler getOutputHandler()
getOutputHandler in interface OutputHandler.Provider