Overview

Namespaces

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

Classes

  • QueueAccumulator
  • ShuntingYardParser
  • StackCleaning
  • TokenParser

Interfaces

  • ParserErrorHandler
  • Overview
  • Namespace
  • Class
  • Tree

Class TokenParser

Direct known subclasses

BN\Compiler\Parser\Token\ParseClosingBracket, BN\Compiler\Parser\Token\ParseOpeningBracket, BN\Compiler\Parser\Token\ParseOperator, BN\Compiler\Parser\Token\ParseUnknownToken, BN\Compiler\Parser\Token\ParseValue
Abstract
Namespace: BN\Compiler\Parser
Located at lib/BN/Compiler/Parser/TokenParser.php
Methods summary
public
# __construct( BN\Compiler\Parser\QueueAccumulator $accumulator )
abstract public
# parse( BN\Compiler\Token\Token $token )
Properties summary
protected BN\Compiler\Parser\QueueAccumulator $accumulator
#
BN-PHP - Big Number data type for PHP API documentation generated by ApiGen 2.8.0