
public class AssertionNormalizer extends Object
The code will look something like:
if (!x) {
GWT.debugger();
throw Exceptions.makeAssertionError();
}
If the assertion has a message, it will be passed in the call to the Exceptions method.| Constructor and Description |
|---|
AssertionNormalizer(JProgram program) |
Copyright © 2018. All rights reserved.