Package janala.instrument
Class GlobalStateForInstrumentation
- java.lang.Object
-
- janala.instrument.GlobalStateForInstrumentation
-
public class GlobalStateForInstrumentation extends Object
An object to keep track of (classId, methodId, instructionId) tuples during instrumentation.
-
-
Field Summary
Fields Modifier and Type Field Description static GlobalStateForInstrumentation
instance
-
Constructor Summary
Constructors Constructor Description GlobalStateForInstrumentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCid()
int
getId()
int
getMid()
int
incAndGetFastCoverageId()
int
incAndGetId()
void
incMid()
void
setCid(int cid)
-
-
-
Field Detail
-
instance
public static GlobalStateForInstrumentation instance
-
-