Returns a string representation of the expression.
()
| 229 | * Returns a string representation of the expression. |
| 230 | **/ |
| 231 | @Override |
| 232 | public String toString() |
| 233 | { |
| 234 | return super.toString(); |
| 235 | } |
| 236 | |
| 237 | /** |
| 238 | * Indicates whether the term is a numeral |
no test coverage detected