Class:ArithmeticExpression - Superclass: Node Node
⌊ ArithmeticExpression
public class ArithmeticExpression
extends Node
www.doctrine-project.org
Field Summary | |
---|---|
mixed | |
mixed |
Method Summary | |
---|---|
void | dispatch(mixed walker, $walker ) Double-dispatch method, supposed to dispatch back to the walker. |
void | |
void |
Methods inherited from Doctrine\ORM\Query\AST\Node | |
---|---|
dispatch, dump |
public mixed $simpleArithmeticExpression
public mixed $subselect
public void dispatch(mixed walker, $walker )
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
public void isSimpleArithmeticExpression()
public void isSubselect()
ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"