Doctrine


Doctrine\ORM\Query\AST\ArithmeticExpression
/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 35

Class ArithmeticExpression

Class:ArithmeticExpression - Superclass: Node
Node
⌊ ArithmeticExpression

public class ArithmeticExpression
extends Node

ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"

License:
http://www.opensource.org/licenses/lgpl-license.php LGPL
See Also:
www.doctrine-project.org
Since:
2.0
Version:
$Revision: 3938 $
Author:
Guilherme Blanco
Jonathan Wage
Roman Borschel

Field Summary
mixed

$simpleArithmeticExpression

mixed

$subselect

Method Summary
void

dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker.

void

isSimpleArithmeticExpression()

void

isSubselect()

Methods inherited from Doctrine\ORM\Query\AST\Node
dispatch, dump

Field Detail

/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 37

simpleArithmeticExpression

public mixed $simpleArithmeticExpression

/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 38

subselect

public mixed $subselect

Method Detail

/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 50

dispatch

public void dispatch(mixed walker, $walker )

Double-dispatch method, supposed to dispatch back to the walker.

Implementation is not mandatory for all nodes.


/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 40

isSimpleArithmeticExpression

public void isSimpleArithmeticExpression()

/Doctrine/ORM/Query/AST/ArithmeticExpression.php at line 45

isSubselect

public void isSubselect()

Doctrine