ConditionalFactor
class ConditionalFactor extends Node (View source)
ConditionalFactor ::= ["NOT"] ConditionalPrimary
Properties
bool | $not | ||
ConditionalPrimary | $conditionalPrimary |
Methods
dispatch($sqlWalker)
Double-dispatch method, supposed to dispatch back to the walker.
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
from Node
Details
at line 29
dispatch($sqlWalker)
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.