Package com.oracle.truffle.api.bytecode
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 added.Sets whether to include sources.Sets a specific set of tags to be included.build()Builds the config.
-
Method Details
-
addSource
Sets whether to include sources.- Since:
- 24.2
-
addTag
Sets a specific set of tags to be included.- Since:
- 24.2
-
addInstrumentation
Sets a specific set of instrumentations to be added.- Since:
- 24.2
-
build
Builds the config.- Since:
- 24.2
-