final class UnionKeywords implements Parseable (View source)

UNION keyword builder.

Methods

static Component|array|null
parse(Parser $parser, TokensList $list, array $options = [])

Parses the tokens contained in the given list in the context of the given parser.

static string
buildAll(array $component)

No description

Details

static Component|array|null parse(Parser $parser, TokensList $list, array $options = [])

Parses the tokens contained in the given list in the context of the given parser.

Parameters

Parser $parser

the parser that serves as context

TokensList $list

the list of tokens that are being parsed

array $options

parameters for parsing

Return Value

Component|array|null

Exceptions

RuntimeException

static string buildAll(array $component)

No description

Parameters

array $component

Return Value

string