interface ConditionExpression implements Expression

Methods

string|int|float
getValue(Grammar $grammar)

Get the value of the expression.

Details

in Expression at line 14
string|int|float getValue(Grammar $grammar)

Get the value of the expression.

Parameters

Grammar $grammar

Return Value

string|int|float