Class InstrumentationState
java.lang.Object
com.offbynull.coroutines.instrumenter.InstrumentationState
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ClassInformationRepositoryprivate final InstrumentationSettingsprivate final Map<org.objectweb.asm.tree.MethodNode, MethodAttributes> private InstrumentationState.ControlFlag -
Constructor Summary
ConstructorsConstructorDescriptionInstrumentationState(InstrumentationSettings instrumentationSettings, ClassInformationRepository classInformationRepository) -
Method Summary
Modifier and TypeMethodDescription(package private) ClassInformationRepository(package private) InstrumentationState.ControlFlagcontrol()(package private) voidcontrol(InstrumentationState.ControlFlag control) (package private) InstrumentationSettings(package private) Map<org.objectweb.asm.tree.MethodNode, MethodAttributes>
-
Field Details
-
instrumentationSettings
-
classInformationRepository
-
methodAttributes
-
extraFiles
-
stop
-
-
Constructor Details
-
InstrumentationState
InstrumentationState(InstrumentationSettings instrumentationSettings, ClassInformationRepository classInformationRepository)
-
-
Method Details
-
instrumentationSettings
InstrumentationSettings instrumentationSettings() -
classInformationRepository
ClassInformationRepository classInformationRepository() -
methodAttributes
Map<org.objectweb.asm.tree.MethodNode,MethodAttributes> methodAttributes() -
extraFiles
-
control
-
control
InstrumentationState.ControlFlag control()
-