Etienne Kneuss

home » repository » php » Math_Expression » Structures » Math_Expression_Structure.php
Tree:
school
mp3
php
sample
publications
Math_Derivative
Math_Expression
Operators
Exceptions
Structures
Math_Expression_Structure_Parenthesis.php
Math_Expression_Structure_Real.php
Math_Expression_Structure.php
Math_Expression_Structure_Vector.php
example.php
Expression.php
Math_Expression-0.3.tar.gz
Math_Expression-0.2.tar.gz
ircbot
php.net
images
dump

Source code raw phps

    <?php abstract class Math_Expression_Structure {     public $regex;     public $match;     protected $_expression;     abstract public function evaluate();     abstract public function handleOperation($op, $value, $reverse = null);     abstract public function __toString(); } ?>

Comments

There is currently no comment here.

Add a comment

Username:

Spam Challenge: 8+10=?

Comment: