

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