Public Member Functions | Protected Attributes

RealConstant Class Reference

Inheritance diagram for RealConstant:
Constant Variable Symbol

List of all members.

Public Member Functions

 RealConstant (String name, double value)
 RealConstant (String svalue)
 RealConstant (String name, String svalue)
double getValue ()
void setValue (double value)
String toString ()

Protected Attributes

double value

Constructor & Destructor Documentation

RealConstant.RealConstant ( String  name,
double  value 
)

References Variable.setType(), and setValue().

RealConstant.RealConstant ( String  svalue  ) 
RealConstant.RealConstant ( String  name,
String  svalue 
)

References Variable.setType(), and setValue().


Member Function Documentation

double RealConstant.getValue (  ) 

References value.

void RealConstant.setValue ( double  value  ) 

Referenced by RealConstant().

String RealConstant.toString (  ) 

References value.


Member Data Documentation

double RealConstant.value [protected]

Referenced by getValue(), and toString().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties