|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jacoco.core.instr.GeneratorConstants
public final class GeneratorConstants
Constants for generated instrumentation code.
Field Summary | |
---|---|
static Type |
BLOCK_ARR
Type for array of primitive boolean values. |
static int |
DATAFIELD_ACC
Access modifiers of the field that stores coverage information of a class. |
static String |
DATAFIELD_NAME
Name of the field that stores coverage information of a class. |
static Type |
DATAFIELD_TYPE
The type of the field that stores coverage information of a class is a 2-dimensional array of primitive boolean values. |
static Method |
INIT_METHOD
Initialization method that is added into every instrumented class. |
static int |
INIT_METHOD_ACC
Access modifiers of the initialization method. |
Constructor Summary | |
---|---|
GeneratorConstants()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final Type BLOCK_ARR
public static final String DATAFIELD_NAME
public static final int DATAFIELD_ACC
public static final Type DATAFIELD_TYPE
public static final Method INIT_METHOD
public static final int INIT_METHOD_ACC
Constructor Detail |
---|
public GeneratorConstants()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |