| Modifier and Type | Interface and Description |
|---|---|
interface |
AdditionExpression
A representation of the model object 'Addition Expression'.
|
interface |
AndExpression
A representation of the model object 'And Expression'.
|
interface |
ConcatenationExpression
A representation of the model object 'Concatenation Expression'.
|
interface |
DivisionExpression
A representation of the model object 'Division Expression'.
|
interface |
EqualsExpression
A representation of the model object 'Equals Expression'.
|
interface |
ExponentiationExpression
A representation of the model object 'Exponentiation Expression'.
|
interface |
GreaterThanExpression
A representation of the model object 'Greater Than Expression'.
|
interface |
GreaterThanOrEqualExpression
A representation of the model object 'Greater Than Or Equal Expression'.
|
interface |
LessThanExpression
A representation of the model object 'Less Than Expression'.
|
interface |
LessThanOrEqualExpression
A representation of the model object 'Less Than Or Equal Expression'.
|
interface |
LessThanOrGreaterThanExpression
A representation of the model object 'Less Than Or Greater Than Expression'.
|
interface |
MultiplicationExpression
A representation of the model object 'Multiplication Expression'.
|
interface |
NotEqualsExpression
A representation of the model object 'Not Equals Expression'.
|
interface |
NotGreaterThanExpression
A representation of the model object 'Not Greater Than Expression'.
|
interface |
NotLessThanExpression
A representation of the model object 'Not Less Than Expression'.
|
interface |
OrExpression
A representation of the model object 'Or Expression'.
|
interface |
SubtractionExpression
A representation of the model object 'Subtraction Expression'.
|
interface |
XorExpression
A representation of the model object 'Xor Expression'.
|