class MainDefaultTypeConstants
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) static int |
AT_END
The bit flag for instrumenting at end of main.
|
(package private) static int |
AT_SHUTDOWN
The bit flag for instrumenting at shutdown of the JVM.
|
(package private) static int |
AT_START
The bit flag for instrumenting at start of main.
|
| Modifier | Constructor and Description |
|---|---|
private |
MainDefaultTypeConstants()
Prevents this class from being instantiated from outside.
|
static final int AT_START
static final int AT_END
static final int AT_SHUTDOWN