

Public Member Functions | |
| Add () | |
| Constructor. | |
| double | function (double x, double y) |
| This function carries out binary addition. | |
| double | function (double x) |
| This function does nothing (+x == x). | |
| OObject | function (OObject x, OObject y) |
| This function carries out binary addition. | |
| OObject | function (OObject x) |
| This function does nothing (+x == x). | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
Static Public Member Functions | |
| static void | main (String args[]) |
Static Private Attributes | |
| static final String[] | fname = { "+" } |
| jscicalc.pobject.Add.Add | ( | ) |
Constructor.
Sets a tooltip and shortcut.
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.Add.main().
| double jscicalc.pobject.Add.function | ( | double | x, | |
| double | y | |||
| ) | [virtual] |
This function carries out binary addition.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implements jscicalc.pobject.AFunction.
| double jscicalc.pobject.Add.function | ( | double | x | ) | [virtual] |
This function does nothing (+x == x).
| x | The value (right of symbol) |
Implements jscicalc.pobject.AFunction.
This function carries out binary addition.
| x | The first value (left of symbol) | |
| y | The second value (right of symbol) |
Implements jscicalc.pobject.AFunction.
References jscicalc.OObject.add().
This function does nothing (+x == x).
| x | The value (right of symbol) |
Implements jscicalc.pobject.AFunction.
| String [] jscicalc.pobject.Add.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.Add.fname.
| static void jscicalc.pobject.Add.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.Add.Add(), and jscicalc.pobject.PObject.name().
final String [] jscicalc.pobject.Add.fname = { "+" } [static, private] |
Referenced by jscicalc.pobject.Add.name_array().
1.5.5