Package | Description |
---|---|
com.ibm.tivoli.maximo.report.expr |
Modifier and Type | Class and Description |
---|---|
class |
BooleanCaseWhenCollector
Collector that will collect all CASE WHEN expressions that look like boolean
CASE WHEN statements, ie,
|
class |
BooleanCollector
Simple collector that will return all operands that are used in Boolean
expressions
|
class |
CaseWhenCollector
Collector that will collect all expressions in a "case when" block.
|
class |
DivideByZeroValidator
Validates that the parsed node information does not contain explicit
references to divide by 0 operations
|
class |
SafeDivideValidator
Divide By Attribute tests an expression and for cases when a field attribute
is being used in the denominator of the expression.
|