Select is the operation that can get from the single object the sequence of requested objects.
Syntax
SelectStage
: 'select' '(' Selector ')'
;
Related tokens
[Selector](../keyword/selector)
Usage examples
Select tables
select(tables) // PdfTable[]
Select table rows
select(tableRows) // PdfTableRow[]
Select table cells
select(tableCells) // PdfTableCell[]