Information for right parenthesis. More...

Public Member Functions | |
| RParen () | |
| 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 = { ")" } |
Information for right parenthesis.
Parser checks parentheses first and evaluates inside each pair before combining expressions.
| jscicalc.pobject.RParen.RParen | ( | ) |
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
Referenced by jscicalc.pobject.RParen.main().
| static void jscicalc.pobject.RParen.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.PObject.name(), and jscicalc.pobject.RParen.RParen().
| String [] jscicalc.pobject.RParen.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.RParen.fname.
final String [] jscicalc.pobject.RParen.fname = { ")" } [static, private] |
Referenced by jscicalc.pobject.RParen.name_array().
1.7.1