Class Trees Index phpDocumentor Project Page

File: Program_Root/Parser.php

Class for parsing Excel formulas

License Information:

Spreadsheet::WriteExcel: A library for generating Excel Spreadsheets Copyright (C) 2002 Xavier Noguer xnoguer@rezebra.com

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

Classes in this file:
Parser
Class for parsing Excel formulas

Include Statements Summary

INCLUDE TYPE

INCLUDED FILENAME

DESCRIPTION


Global Variable Summary

VARIABLE NAME

VARIABLE VALUE

DESCRIPTION


Constant Summary

CONSTANT NAME

CONSTANT VALUE

DESCRIPTION

ADD "+"
CLOSE ")"
COMA ","
DIV "/"
EQUAL "="
MUL "*"
OPEN "("
SUB "-"

Function Summary


Include Statements Detail


Global Variable Detail


Constant Detail

ADD

(line 28)

ADD = ->"+"<-



CLOSE

(line 58)

CLOSE = ->")"<-



COMA

(line 63)

COMA = ->","<-



DIV

(line 48)

DIV = ->"/"<-



EQUAL

(line 38)

EQUAL = ->"="<-



MUL

(line 43)

MUL = ->"*"<-



OPEN

(line 53)

OPEN = ->"("<-



SUB

(line 33)

SUB = ->"-"<-




Function Detail



Documention generated on Wed, 30 Apr 2003 11:14:31 -0400 by phpDocumentor 1.2.0