Node
Node
class Node
Represents a node in the AST.
Properties
$nodes | |||
$attributes |
Methods
__construct(array $nodes = array(), array $attributes = array()) Constructor. | ||
__toString() | ||
compile(Compiler $compiler) | ||
evaluate
|
class Node
Represents a node in the AST.
$nodes | |||
$attributes |
__construct(array $nodes = array(), array $attributes = array()) Constructor. | ||
__toString() | ||
compile(Compiler $compiler) | ||
evaluate
|