Class BytecodeConfigEncoder
java.lang.Object
com.oracle.truffle.api.bytecode.BytecodeConfigEncoder
Abstract class implemented by generated code to encode
BytecodeConfig
data. Do not use
directly.- Since:
- 24.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract long
encodeInstrumentation
(Class<?> instrumentations) protected abstract long
protected static BytecodeConfigEncoder
getEncoder
(BytecodeConfig config) protected static long
getEncoding
(BytecodeConfig config)
-
Constructor Details
-
BytecodeConfigEncoder
-
-
Method Details
-
encodeInstrumentation
protected abstract long encodeInstrumentation(Class<?> instrumentations) throws IllegalArgumentException - Throws:
IllegalArgumentException
-
encodeTag
- Throws:
IllegalArgumentException
-
getEncoding
-
getEncoder
-