mediatekformation

CompositeExpression
in package
implements Expression

Expression of Expressions combined by AND or OR operation.

Interfaces, Classes, Traits and Enums

Expression
Expression for the {@link Selectable} interface.

Table of Contents

TYPE_AND  = 'AND'
TYPE_OR  = 'OR'
$expressions  : array<string|int, Expression>
$type  : string
__construct()  : mixed
getExpressionList()  : array<string|int, Expression>
Returns the list of expressions nested in this composite.
getType()  : string
visit()  : mixed

Constants

Properties

Methods

__construct()

public __construct(string $type, array<string|int, mixed> $expressions) : mixed
Parameters
$type : string
$expressions : array<string|int, mixed>
Tags
throws
RuntimeException
Return values
mixed

getExpressionList()

Returns the list of expressions nested in this composite.

public getExpressionList() : array<string|int, Expression>
Return values
array<string|int, Expression>

Search results