Uses of Class
com.github.fridujo.glacio.ast.TableRow
-
Packages that use TableRow Package Description com.github.fridujo.glacio.ast -
-
Uses of TableRow in com.github.fridujo.glacio.ast
Methods in com.github.fridujo.glacio.ast that return TableRow Modifier and Type Method Description TableRowExamples. getHeader()Methods in com.github.fridujo.glacio.ast that return types with arguments of type TableRow Modifier and Type Method Description List<TableRow>Examples. getBody()List<TableRow>DataTable. getRows()Constructors in com.github.fridujo.glacio.ast with parameters of type TableRow Constructor Description Examples(Position position, TableRow header, List<TableRow> body)Constructor parameters in com.github.fridujo.glacio.ast with type arguments of type TableRow Constructor Description DataTable(Position position, List<TableRow> rows)Examples(Position position, TableRow header, List<TableRow> body)
-