public abstract class $assert
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
ENABLED
Global compile time assertion flag.
|
Modifier | Constructor and Description |
---|---|
private |
$assert() |
Modifier and Type | Method and Description |
---|---|
static void |
ASSERT(boolean condition) |
static void |
ASSERT(boolean condition,
java.lang.String msg) |
public static final boolean ENABLED