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 InstrumentationSettingsInstrumentationState. instrumentationSettingsprivate InstrumentationSettingsMethodAttributes. settingsMethods in com.offbynull.coroutines.instrumenter that return InstrumentationSettings Modifier and Type Method Description InstrumentationSettingsMethodAttributes. getSettings()(package private) InstrumentationSettingsInstrumentationState. instrumentationSettings()Methods in com.offbynull.coroutines.instrumenter with parameters of type InstrumentationSettings Modifier and Type Method Description MethodAttributesMethodAnalyzer. analyze(org.objectweb.asm.tree.ClassNode classNode, org.objectweb.asm.tree.MethodNode methodNode, InstrumentationSettings settings)InstrumentationResultInstrumenter. instrument(byte[] input, InstrumentationSettings settings)Instruments a class.static voidPluginHelper. 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 voidPluginHelper. 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)
-