Overview

Packages

  • JAMA
  • None
  • PHP
  • PHPExcel
    • CachedObjectStorage
    • Calculation
    • Cell
    • Chart
      • Renderer
    • Reader
      • Excel2007
      • Excel5
    • RichText
    • Settings
    • Shared
      • Escher
      • OLE
      • Trend
      • ZipArchive
    • Style
    • Worksheet
      • Drawing
    • Writer
      • 2007
      • CSV
      • Excel2007
      • Excel5
      • HTML
      • PDF

Classes

  • PHPExcel_CalcEngine_CyclicReferenceStack
  • PHPExcel_CalcEngine_Logger
  • PHPExcel_Calculation
  • PHPExcel_Calculation_Database
  • PHPExcel_Calculation_DateTime
  • PHPExcel_Calculation_Engineering
  • PHPExcel_Calculation_ExceptionHandler
  • PHPExcel_Calculation_Financial
  • PHPExcel_Calculation_FormulaParser
  • PHPExcel_Calculation_FormulaToken
  • PHPExcel_Calculation_Function
  • PHPExcel_Calculation_Functions
  • PHPExcel_Calculation_Logical
  • PHPExcel_Calculation_LookupRef
  • PHPExcel_Calculation_MathTrig
  • PHPExcel_Calculation_Statistical
  • PHPExcel_Calculation_TextData
  • PHPExcel_Calculation_Token_Stack

Exceptions

  • PHPExcel_Calculation_Exception

Functions

  • acosh
  • asinh
  • atanh
  • mb_str_replace
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo
  • Download

Class PHPExcel_Calculation_FormulaToken

PHPExcel_Calculation_FormulaToken

Package: PHPExcel\Calculation
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Calculation/FormulaToken.php
Methods summary
public
# __construct( string $pValue, string $pTokenType = PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN, string $pTokenSubType = PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_NOTHING )

Create a new PHPExcel_Calculation_FormulaToken

Create a new PHPExcel_Calculation_FormulaToken

Parameters

$pValue
$pTokenType
Token type (represented by TOKEN_TYPE_*)
$pTokenSubType
Token Subtype (represented by TOKEN_SUBTYPE_*)
public string
# getValue( )

Get Value

Get Value

Returns

string
public
# setValue( string $value )

Set Value

Set Value

Parameters

$value
public string
# getTokenType( )

Get Token Type (represented by TOKEN_TYPE_*)

Get Token Type (represented by TOKEN_TYPE_*)

Returns

string
public
# setTokenType( string $value = PHPExcel_Calculation_FormulaToken::TOKEN_TYPE_UNKNOWN )

Set Token Type

Set Token Type

Parameters

$value
public string
# getTokenSubType( )

Get Token SubType (represented by TOKEN_SUBTYPE_*)

Get Token SubType (represented by TOKEN_SUBTYPE_*)

Returns

string
public
# setTokenSubType( string $value = PHPExcel_Calculation_FormulaToken::TOKEN_SUBTYPE_NOTHING )

Set Token SubType

Set Token SubType

Parameters

$value
Constants summary
string TOKEN_TYPE_NOOP
# 'Noop'
string TOKEN_TYPE_OPERAND
# 'Operand'
string TOKEN_TYPE_FUNCTION
# 'Function'
string TOKEN_TYPE_SUBEXPRESSION
# 'Subexpression'
string TOKEN_TYPE_ARGUMENT
# 'Argument'
string TOKEN_TYPE_OPERATORPREFIX
# 'OperatorPrefix'
string TOKEN_TYPE_OPERATORINFIX
# 'OperatorInfix'
string TOKEN_TYPE_OPERATORPOSTFIX
# 'OperatorPostfix'
string TOKEN_TYPE_WHITESPACE
# 'Whitespace'
string TOKEN_TYPE_UNKNOWN
# 'Unknown'
string TOKEN_SUBTYPE_NOTHING
# 'Nothing'
string TOKEN_SUBTYPE_START
# 'Start'
string TOKEN_SUBTYPE_STOP
# 'Stop'
string TOKEN_SUBTYPE_TEXT
# 'Text'
string TOKEN_SUBTYPE_NUMBER
# 'Number'
string TOKEN_SUBTYPE_LOGICAL
# 'Logical'
string TOKEN_SUBTYPE_ERROR
# 'Error'
string TOKEN_SUBTYPE_RANGE
# 'Range'
string TOKEN_SUBTYPE_MATH
# 'Math'
string TOKEN_SUBTYPE_CONCATENATION
# 'Concatenation'
string TOKEN_SUBTYPE_INTERSECTION
# 'Intersection'
string TOKEN_SUBTYPE_UNION
# 'Union'
Properties summary
private string $_value

Value

Value

#
private string $_tokenType

Token Type (represented by TOKEN_TYPE_*)

Token Type (represented by TOKEN_TYPE_*)

#
private string $_tokenSubType

Token SubType (represented by TOKEN_SUBTYPE_*)

Token SubType (represented by TOKEN_SUBTYPE_*)

#
Autene API documentation generated by ApiGen