public final class ReplacementsUtil extends Object
Modifier and Type | Field and Description |
---|---|
static boolean |
REPLACEMENTS_ASSERTIONS_ENABLED |
Modifier | Constructor and Description |
---|---|
private |
ReplacementsUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
runtimeAssert(boolean condition,
String message)
Asserts that condition evaluates to true at runtime.
|
static void |
staticAssert(boolean condition,
String message)
Asserts that condition evaluates to true by the time compilation is finished.
|
public static final boolean REPLACEMENTS_ASSERTIONS_ENABLED
private ReplacementsUtil()
public static void staticAssert(boolean condition, String message)
public static void runtimeAssert(boolean condition, String message)