Select is the operation that can get from the single object the sequence of requested objects.
SelectStage syntax
SelectStage
: 'select' '(' Selector ')'
;
Related tokens
Usage examples
- Select tables
csharpselect(tables) // PdfTable2. Select table rowscsharpselect(tableRows) // PdfTableRow3. Select table cellscsharpselect(tableCells) // PdfTableCell