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