Package | Description |
---|---|
csheets.ext.assertion |
Provides support for user-specified and system-generated assertions.
|
Modifier and Type | Method and Description |
---|---|
USAssertion |
AssertableCell.getUSAssertion()
Get the cell's user supplied assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
AssertionParser.assertion(USAssertion ass,
List<Interval> orIntervals,
List<Interval> exceptIntervals) |
void |
AssertionParser.is_integer(USAssertion ass) |
void |
AssertableCell.setUSAssertion(USAssertion assertion)
Sets the user-specified assertion for the cell.
|