class Node

Represents a node in the AST.

Properties

$nodes
$attributes

Methods

__construct(array $nodes = array(), array $attributes = array())

Constructor.

__toString()

No description

compile(Compiler $compiler)

No description

evaluate($functions, $values)

No description

Details

at line line 32
__construct(array $nodes = array(), array $attributes = array())

Constructor.

Parameters

array $nodes An array of nodes
array $attributes An array of attributes

at line line 38
__toString()

at line line 62
compile(Compiler $compiler)

Parameters

Compiler $compiler

at line line 69
evaluate($functions, $values)

Parameters

$functions
$values