Namespace xFunc.Maths.Expressions.Programming
Classes
- AddAssign
Represents the "+=" operator.
- ConditionalAnd
Represents a conditional-AND operator.
- ConditionalOr
Represents a conditional-OR operator.
- Dec
Represents the decrement operator.
- DivAssign
Represents the "/=" operator.
- Equal
Represents the equality operator.
- For
Represents the "for" loop.
- GreaterOrEqual
Represents the "greater or equal" operator.
- GreaterThan
Represents the "greater than" operator.
- If
Represents the "if-else" statement.
- Inc
Represents the increment operator.
- LeftShift
Represents the '<<' operator.
- LeftShiftAssign
Represents the '<<=' operator.
- LessOrEqual
Represents the "less than or equal" operator.
- LessThan
Represents the "less than" operator.
- MulAssign
Represents the "*=" operator.
- NotEqual
Represents the inequality operator.
- RightShift
Represents the '>>' operator.
- RightShiftAssign
Represents the '<<=' operator.
- SubAssign
Represents the "-=" operator.
- VariableBinaryExpression
The base class for binary operations with variable as first (left) operand.
- VariableUnaryExpression
The abstract base class that represents the unary operation with variable as argument.
- While
Represents the "while" loop.