Public Member Functions | Static Public Member Functions | Static Private Attributes

jscicalc.pobject.RParen Class Reference

Information for right parenthesis. More...

Collaboration diagram for jscicalc.pobject.RParen:
Collaboration graph
[legend]

List of all members.

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 = { ")" }

Detailed Description

Information for right parenthesis.

Parser checks parentheses first and evaluates inside each pair before combining expressions.

See also:
Parser
Author:
J. D. Lamb
Version:
Revision:
1.5

Constructor & Destructor Documentation

jscicalc.pobject.RParen.RParen (  ) 

Member Function Documentation

static void jscicalc.pobject.RParen.main ( String  args[]  )  [static]
String [] jscicalc.pobject.RParen.name_array (  )  [virtual]

Array used to construct name() and shortName() String objects.

Returns:
an array

Implements jscicalc.pobject.PObject.

References jscicalc.pobject.RParen.fname.


Member Data Documentation

final String [] jscicalc.pobject.RParen.fname = { ")" } [static, private]

The documentation for this class was generated from the following file: