Overview

Namespaces

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

Classes

  • LexemeToAssign
  • LexemeToBNNumber
  • LexemeToConstant
  • LexemeToKeyword
  • LexemeToSignedNumber
  • LexemeToUnknown
  • LexemeToUnsignedNumber
  • LexemeToVariable
  • Overview
  • Namespace
  • Class
  • Tree

Class LexemeToVariable

BN\Compiler\Scanner\Converter\LexemeToVariable implements BN\Compiler\Scanner\LexemeConverter
Namespace: BN\Compiler\Scanner\Converter
Located at lib/BN/Compiler/Scanner/Converter/LexemeToVariable.php
Methods summary
public boolean
# canConvertLexeme( string $lexeme )

Parameters

$lexeme
string
$lexeme

Returns

boolean

Implementation of

BN\Compiler\Scanner\LexemeConverter::canConvertLexeme()
public BN\Compiler\Token\Token
# convertLexeme( string $lexeme )

Parameters

$lexeme
string
$lexeme

Returns

BN\Compiler\Token\Token

Implementation of

BN\Compiler\Scanner\LexemeConverter::convertLexeme()
BN-PHP - Big Number data type for PHP API documentation generated by ApiGen 2.8.0