Expr class
- Inheritance
- Implementers
Properties
Methods
-
freeSymbols(
) → Set< Basic> -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subs(
Object substitutions, [bool simultaneous = false]) → Basic -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator %(
Basic other) → Basic -
operator *(
Basic other) → Basic -
operator +(
Basic other) → Basic -
operator -(
Basic other) → Basic -
operator /(
Basic other) → Basic -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator ^(
Basic other) → Basic -
operator unary-(
) → Basic -
operator ~/(
Basic other) → Basic