Uses of Class
com.github.fridujo.glacio.ast.TableCell
-
Packages that use TableCell Package Description com.github.fridujo.glacio.ast -
-
Uses of TableCell in com.github.fridujo.glacio.ast
Methods in com.github.fridujo.glacio.ast that return types with arguments of type TableCell Modifier and Type Method Description List<TableCell>TableRow. getCells()Constructor parameters in com.github.fridujo.glacio.ast with type arguments of type TableCell Constructor Description TableRow(Position position, List<TableCell> cells)
-