ArithmeticExpression
class ArithmeticExpression extends Node (View source)
ArithmeticExpression ::= SimpleArithmeticExpression | "(" Subselect ")"
Properties
SimpleArithmeticExpression|null | $simpleArithmeticExpression | ||
Subselect|null | $subselect |
Methods
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
from Node
bool
isSimpleArithmeticExpression()
No description
bool
isSubselect()
No description
Details
at line 62
string
dispatch(SqlWalker $walker)
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.