FSConstant


Inherits From:
FSExpression
Declared In:
FSConstant.h


Class Description

FSConstant is a constant value defined in the formula space.


Instance Variables

NSString *_constant;
BOOL _isString;

_constantNo description.
_isStringNo description.


Method Types

+ constantWithValue:


Class Methods

constantWithValue:

+ (FSConstant*)constantWithValue:(NSString*)value

FSConstant objects are initialized with NSString values. They keep their formating, so this is better than NSNumber. Quoted strings are stored as string constants.


Version 1.1 Copyright ©2001 by Stefan Leuker. All Rights Reserved.