Uses of Class
com.offbynull.coroutines.instrumenter.InstrumentationSettings
-
Packages that use InstrumentationSettings Package Description com.offbynull.coroutines.instrumenter Coroutine instrumentation classes. -
-
Uses of InstrumentationSettings in com.offbynull.coroutines.instrumenter
Fields in com.offbynull.coroutines.instrumenter declared as InstrumentationSettings Modifier and Type Field Description private InstrumentationSettings
InstrumentationState. instrumentationSettings
private InstrumentationSettings
MethodAttributes. settings
Methods in com.offbynull.coroutines.instrumenter that return InstrumentationSettings Modifier and Type Method Description InstrumentationSettings
MethodAttributes. getSettings()
(package private) InstrumentationSettings
InstrumentationState. instrumentationSettings()
Methods in com.offbynull.coroutines.instrumenter with parameters of type InstrumentationSettings Modifier and Type Method Description MethodAttributes
MethodAnalyzer. analyze(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, InstrumentationSettings settings)
InstrumentationResult
Instrumenter. instrument(byte[] input, InstrumentationSettings settings)
Instruments a class.static void
PluginHelper. instrument(Instrumenter instrumenter, InstrumentationSettings settings, java.io.File srcDir, java.io.File dstDir, java.util.function.Consumer<java.lang.String> logger)
Instruments class files and generates detail files.static void
PluginHelper. instrument(Instrumenter instrumenter, InstrumentationSettings settings, java.util.Map<java.io.File,java.io.File> srcDstMapping, java.util.function.Consumer<java.lang.String> logger)
Instruments class files and generates detail files.Constructors in com.offbynull.coroutines.instrumenter with parameters of type InstrumentationSettings Constructor Description InstrumentationState(InstrumentationSettings instrumentationSettings, ClassInformationRepository classInformationRepository)
MethodAttributes(MethodSignature signature, InstrumentationSettings settings, java.util.List<ContinuationPoint> continuationPoints, java.util.List<SynchronizationPoint> synchPoints, CoreVariables coreVars, CacheVariables cacheVars, StorageContainerVariables storageContainerVars, StorageVariables localsStorageVars, StorageVariables stackStorageVars, LockVariables lockVars)
-