Node
abstract class Node (View source)
Abstract class of an AST node.
Methods
string
__toString()
Dumps the AST Node into a string representation for information purpose only.
string
dump(object $obj)
No description
Details
at line 44
string
dispatch(SqlWalker $walker)
Double-dispatch method, supposed to dispatch back to the walker.
Implementation is not mandatory for all nodes.
at line 54
string
__toString()
Dumps the AST Node into a string representation for information purpose only.