Class BytecodeConfig.Builder
java.lang.Object
com.oracle.truffle.api.bytecode.BytecodeConfig.Builder
- Enclosing class:
BytecodeConfig
Builder to generate a
BytecodeConfig
programmatically.- Since:
- 24.2
-
Method Summary
Modifier and TypeMethodDescriptionaddInstrumentation
(Class<?> instrumentation) Sets a specific set of instrumentations to be materialized.Sets whether to materialize sources.Sets a specific set of tags to be materialized.build()
Builds the config.
-
Method Details
-
addSource
-
addTag
Sets a specific set of tags to be materialized.- Since:
- 24.2
-
addInstrumentation
Sets a specific set of instrumentations to be materialized.- Since:
- 24.2
-
build
-