Class InstrumentationResult
java.lang.Object
com.offbynull.coroutines.instrumenter.InstrumentationResult
Instrumentation results.
- Author:
- Kasra Faghihi
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.commons.collections4.map.UnmodifiableMap<String, byte[]> Get extra files to include along with the instrumented class.byte[]Get instrumented class bytecode.
-
Method Details
-
getInstrumentedClass
public byte[] getInstrumentedClass()Get instrumented class bytecode.- Returns:
- instrumented class bytecode
-
getExtraFiles
Get extra files to include along with the instrumented class.- Returns:
- extra files to include along with the instrumented class
-