Uses of Class
org.openl.rules.lang.xls.types.CellMetaInfo
-
Packages that use CellMetaInfo Package Description org.openl.rules.binding org.openl.rules.lang.xls.types org.openl.rules.lang.xls.types.meta org.openl.rules.table.actions org.openl.rules.tbasic -
-
Uses of CellMetaInfo in org.openl.rules.binding
Methods in org.openl.rules.binding that return CellMetaInfo Modifier and Type Method Description static CellMetaInfoRuleRowHelper. createCellMetaInfo(IdentifierNode identifier, IMetaInfo metaInfo, NodeType nodeType) -
Uses of CellMetaInfo in org.openl.rules.lang.xls.types
Methods in org.openl.rules.lang.xls.types with parameters of type CellMetaInfo Modifier and Type Method Description static booleanCellMetaInfo. isCellContainsNodeUsages(CellMetaInfo metaInfo) -
Uses of CellMetaInfo in org.openl.rules.lang.xls.types.meta
Fields in org.openl.rules.lang.xls.types.meta declared as CellMetaInfo Modifier and Type Field Description protected static CellMetaInfoBaseMetaInfoReader. NOT_FOUNDMethods in org.openl.rules.lang.xls.types.meta that return CellMetaInfo Modifier and Type Method Description CellMetaInfoAlgorithmMetaInfoReader. getBodyMetaInfo(int row, int col)CellMetaInfoAliasDatatypeMetaInfoReader. getBodyMetaInfo(int row, int col)protected abstract CellMetaInfoBaseMetaInfoReader. getBodyMetaInfo(int row, int col)protected CellMetaInfoColumnMatchMetaInfoReader. getBodyMetaInfo(int row, int col)protected CellMetaInfoConstantsTableMetaInfoReader. getBodyMetaInfo(int row, int col)protected CellMetaInfoDataTableMetaInfoReader. getBodyMetaInfo(int row, int col)CellMetaInfoDatatypeTableMetaInfoReader. getBodyMetaInfo(int row, int col)CellMetaInfoDecisionTableMetaInfoReader. getBodyMetaInfo(int row, int col)CellMetaInfoDtColumnsDefinitionMetaInfoReader. getBodyMetaInfo(int row, int col)CellMetaInfoMethodTableMetaInfoReader. getBodyMetaInfo(int row, int col)protected CellMetaInfoPropertyTableMetaInfoReader. getBodyMetaInfo(int row, int col)CellMetaInfoSpreadsheetMetaInfoReader. getBodyMetaInfo(int row, int col)protected CellMetaInfoAliasDatatypeMetaInfoReader. getHeaderMetaInfo()protected CellMetaInfoAMethodMetaInfoReader. getHeaderMetaInfo()protected abstract CellMetaInfoBaseMetaInfoReader. getHeaderMetaInfo()protected CellMetaInfoConstantsTableMetaInfoReader. getHeaderMetaInfo()protected CellMetaInfoDataTableMetaInfoReader. getHeaderMetaInfo()protected CellMetaInfoDatatypeTableMetaInfoReader. getHeaderMetaInfo()protected CellMetaInfoDtColumnsDefinitionMetaInfoReader. getHeaderMetaInfo()protected CellMetaInfoPropertyTableMetaInfoReader. getHeaderMetaInfo()CellMetaInfoBaseMetaInfoReader. getMetaInfo(int row, int col)protected CellMetaInfoDecisionTableMetaInfoReader. getMetaInfo(ILogicalTable paramsTable, IOpenClass type)CellMetaInfoEmptyMetaInfoReader. getMetaInfo(int row, int col)CellMetaInfoMetaInfoReader. getMetaInfo(int row, int col)Get meta info for a given row and column.CellMetaInfoMetaInfoWriterImpl. getMetaInfo(int row, int col)Methods in org.openl.rules.lang.xls.types.meta that return types with arguments of type CellMetaInfo Modifier and Type Method Description static List<CellMetaInfo>MetaInfoReaderUtils. getMetaInfo(IOpenSourceCodeModule source, CompositeMethod method)Methods in org.openl.rules.lang.xls.types.meta with parameters of type CellMetaInfo Modifier and Type Method Description voidSpreadsheetMetaInfoReader. addHeaderMetaInfo(int row, int col, CellMetaInfo metaInfo)Is invoked from bindervoidMetaInfoWriter. setMetaInfo(int row, int col, CellMetaInfo metaInfo)voidMetaInfoWriterImpl. setMetaInfo(int row, int col, CellMetaInfo metaInfo) -
Uses of CellMetaInfo in org.openl.rules.table.actions
Methods in org.openl.rules.table.actions that return CellMetaInfo Modifier and Type Method Description CellMetaInfoAUndoableCellAction. getPrevMetaInfo()Methods in org.openl.rules.table.actions with parameters of type CellMetaInfo Modifier and Type Method Description voidAUndoableCellAction. setPrevMetaInfo(CellMetaInfo prevMetaInfo) -
Uses of CellMetaInfo in org.openl.rules.tbasic
Fields in org.openl.rules.tbasic declared as CellMetaInfo Modifier and Type Field Description static CellMetaInfoAlgorithmBuilder. CELL_META_INFO
-