public interface ExpressionFlags
Compiler and by
Expression.| Modifier and Type | Field and Description |
|---|---|
static int |
RT_CLONE
Create a new instance of a compiled expression for each Expression
|
static int |
RT_DEBUG
Debug trace reporting (verbose superset of RT_ERROR)
|
static int |
RT_ERROR
Enhanced error reporting (slower)
|
static int |
RT_FP_ROUNDING
Perform floating point rounding
|
static int |
RT_FP_WIDENING
Check for precision loss on widening conversion to floating point
|
static int |
RT_INT_NARROWING
Check for precision loss on narrowing conversion of integral values
|
static int |
RT_NO_ASSIGN
Convert ASSIGN (
=) to EQUALS (==) |
static int |
RT_NONE
No special runtime behavior; the default
|
static final int RT_NONE
static final int RT_INT_NARROWING
static final int RT_FP_WIDENING
static final int RT_FP_ROUNDING
static final int RT_NO_ASSIGN
=) to EQUALS (==)static final int RT_CLONE
static final int RT_ERROR
static final int RT_DEBUG