Uses of Class
org.openl.rules.table.openl.GridCellSourceCodeModule
-
Packages that use GridCellSourceCodeModule Package Description org.openl.rules.datatype.binding org.openl.rules.lang.xls.syntax -
-
Uses of GridCellSourceCodeModule in org.openl.rules.datatype.binding
Methods in org.openl.rules.datatype.binding that return GridCellSourceCodeModule Modifier and Type Method Description static GridCellSourceCodeModuleDatatypeTableBoundNode. getCellSource(ILogicalTable row, IBindingContext cxt, int columnIndex) -
Uses of GridCellSourceCodeModule in org.openl.rules.lang.xls.syntax
Methods in org.openl.rules.lang.xls.syntax that return GridCellSourceCodeModule Modifier and Type Method Description GridCellSourceCodeModuleCellSyntaxNode. getCellSource()Constructors in org.openl.rules.lang.xls.syntax with parameters of type GridCellSourceCodeModule Constructor Description CellSyntaxNode(String type, GridCellSourceCodeModule module)HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken)HeaderSyntaxNode(GridCellSourceCodeModule module, IdentifierNode headerToken, boolean isCollect, String[] collectParameters)
-