ExpressionStringLength class final
- Inheritance
- Available extensions
Constructors
-
ExpressionStringLength.new(Expr<
String> value)
Properties
Methods
-
add(
Expr< int> other) → Expr<int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
addValue(
int other) → Expr< int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
asDouble(
) → Expr< double> -
Available on Expr<
Cast as double.int> , provided by the ExpressionInt extension -
asString(
) → Expr< String> -
Available on Expr<
Cast as string.int> , provided by the ExpressionInt extension -
divide(
Expr< int> other) → Expr<double> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
divideValue(
int other) → Expr< double> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
multiply(
Expr< int> other) → Expr<int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
multiplyValue(
int other) → Expr< int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subtract(
Expr< int> other) → Expr<int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
subtractValue(
int other) → Expr< int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
Expr< int> other) → Expr<int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
operator +(
Expr< int> other) → Expr<int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
operator -(
Expr< int> other) → Expr<int> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
operator /(
Expr< int> other) → Expr<double> -
Available on Expr<
Add this expression toint> , provided by the ExpressionInt extensionother
. -
operator ==(
Object other) → bool -
The equality operator.
inherited