MathParser\Parsing\Nodes\Interfaces\ExpressionNodeFactory Interface Reference

Interface for construction of ExpressionNode, the implementations of the interface, usually involves some simplification of the operands. More...

Inheritance diagram for MathParser\Parsing\Nodes\Interfaces\ExpressionNodeFactory:
MathParser\Parsing\Nodes\Factories\AdditionNodeFactory MathParser\Parsing\Nodes\Factories\DivisionNodeFactory MathParser\Parsing\Nodes\Factories\ExponentiationNodeFactory MathParser\Parsing\Nodes\Factories\MultiplicationNodeFactory MathParser\Parsing\Nodes\Factories\SubtractionNodeFactory

Public Member Functions

 makeNode ($leftOperand, $rightOperand)
 Factory method to create an ExpressionNode with given operands. More...
 

Detailed Description

Interface for construction of ExpressionNode, the implementations of the interface, usually involves some simplification of the operands.

Member Function Documentation

MathParser\Parsing\Nodes\Interfaces\ExpressionNodeFactory::makeNode (   $leftOperand,
  $rightOperand 
)

The documentation for this interface was generated from the following file: