Overview

Namespaces

  • BN
    • Collections
    • Compiler
      • Grammar
      • Parser
        • Operator
        • Token
      • Postfix
        • Operands
        • Operator
        • Token
      • Scanner
        • Converter
      • Token
  • Demo
  • None

Classes

  • PostfixEvaluator
  • ProcessToken
  • StackAccumulator
  • Variables

Interfaces

  • CalculatorErrorHandler
  • Overview
  • Namespace
  • Class
  • Tree

Class StackAccumulator

Namespace: BN\Compiler\Postfix
Located at lib/BN/Compiler/Postfix/StackAccumulator.php
Methods summary
public
# __construct( BN\Compiler\Postfix\CalculatorErrorHandler $errorHandler )
public
# init( )
public
# continueInCalculation( )
public
# pushToken( BN\Compiler\Token\Token $token )
public
# pushNumber( mixed $number )
public
# stopCalculation( )
public
# getStack( )
public
# getResult( )
BN-PHP - Big Number data type for PHP API documentation generated by ApiGen 2.8.0