Uses of Class
janala.instrument.GlobalStateForInstrumentation
-
Packages that use GlobalStateForInstrumentation Package Description janala.instrument -
-
Uses of GlobalStateForInstrumentation in janala.instrument
Fields in janala.instrument declared as GlobalStateForInstrumentation Modifier and Type Field Description static GlobalStateForInstrumentation
GlobalStateForInstrumentation. instance
Constructors in janala.instrument with parameters of type GlobalStateForInstrumentation Constructor Description FastCoverageMethodAdapter(org.objectweb.asm.MethodVisitor mv, String className, String methodName, String descriptor, String superName, GlobalStateForInstrumentation instrumentationState)
SnoopInstructionMethodAdapter(org.objectweb.asm.MethodVisitor mv, String className, String methodName, String descriptor, String superName, GlobalStateForInstrumentation instrumentationState, boolean isStatic)
-