public interface ExpressionOperators
| Modifier and Type | Field and Description |
|---|---|
static short |
AND
The "&&" operator.
|
static short |
DEFAULT
The default (undefined) operator.
|
static short |
DIVIDE
The "/" operator.
|
static short |
MINUS
The "-" operator.
|
static short |
MULTIPLY
The "*" operator.
|
static short |
NOT
The "!"
|
static short |
OR
The "||" operator.
|
static short |
PLUS
The "+" operator.
|
static final short DEFAULT
static final short PLUS
static final short MINUS
static final short MULTIPLY
static final short DIVIDE
static final short OR
static final short AND
static final short NOT
Copyright © 2025, 2026 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence