

Public Member Functions | |
| Del () | |
| 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 = { "D", "E", "L" } |
| jscicalc.pobject.Del.Del | ( | ) |
Referenced by jscicalc.pobject.Del.main().
| String [] jscicalc.pobject.Del.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.Del.fname.
| static void jscicalc.pobject.Del.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.Del.Del(), and jscicalc.pobject.PObject.name().
final String [] jscicalc.pobject.Del.fname = { "D", "E", "L" } [static, private] |
Referenced by jscicalc.pobject.Del.name_array().
1.5.5