class SerializedParsedExpression extends ParsedExpression

Represents an already parsed expression.

Methods

__construct(string $expression, Node $nodes)

Constructor.

string
__toString()

Gets the expression.

getNodes()

No description

Details

at line line 29
__construct(string $expression, Node $nodes)

Constructor.

Parameters

string $expression An expression
Node $nodes A Node representing the expression

in Expression at line line 38
string __toString()

Gets the expression.

Return Value

string The expression

at line line 35
getNodes()