|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.wala.util.debug.Assertions
public class Assertions
WALA-specific assertion checking. This may go away in favor of Java language-level assertions.
| Constructor Summary | |
|---|---|
Assertions()
|
|
| Method Summary | |
|---|---|
static void |
productionAssertion(boolean b)
An assertion which does not need to be guarded by verifyAssertions. |
static void |
productionAssertion(boolean b,
java.lang.String string)
An assertion which does not need to be guarded by verifyAssertions. |
static void |
UNREACHABLE()
An assertion to call when reaching a point that should not be reached. |
static void |
UNREACHABLE(java.lang.Object o)
An assertion to call when reaching a point that should not be reached. |
static void |
UNREACHABLE(java.lang.String string)
An assertion to call when reaching a point that should not be reached. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Assertions()
| Method Detail |
|---|
public static void productionAssertion(boolean b,
java.lang.String string)
throws UnimplementedError
UnimplementedError - if b == false
public static void productionAssertion(boolean b)
throws UnimplementedError
UnimplementedError - if b == falsepublic static void UNREACHABLE()
UnimplementedError - unconditionallypublic static void UNREACHABLE(java.lang.String string)
UnimplementedError - unconditionallypublic static void UNREACHABLE(java.lang.Object o)
UnimplementedError - unconditionally
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||