\PHPExcel_Calculation_Token_Stack

PHPExcel_Calculation_Token_Stack

Copyright (c) 2006 - 2015 PHPExcel

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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA

Summary

Methods
Properties
Constants
count()
push()
pop()
last()
clear()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$stack
$count
N/A

Properties

$stack

$stack : 

The parser stack for formulae

@var mixed[]

Type

$count

$count : 

Count of entries in the parser stack

@var integer

Type

Methods

count()

count() : integer

Return the number of entries on the stack

Returns

integer

push()

push(mixed  $type, mixed  $value, mixed  $reference = null) 

Push a new entry onto the stack

Parameters

mixed $type
mixed $value
mixed $reference

pop()

pop() : mixed

Pop the last entry from the stack

Returns

mixed

last()

last(integer  $n = 1) : mixed

Return an entry from the stack without removing it

Parameters

integer $n

number indicating how far back in the stack we want to look

Returns

mixed

clear()

clear() 

Clear the stack