Class MethodTableMetaInfoReader
- java.lang.Object
-
- org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader<T>
-
- org.openl.rules.lang.xls.types.meta.AMethodMetaInfoReader<MethodTableBoundNode>
-
- org.openl.rules.lang.xls.types.meta.MethodTableMetaInfoReader
-
- All Implemented Interfaces:
MetaInfoReader
public class MethodTableMetaInfoReader extends AMethodMetaInfoReader<MethodTableBoundNode>
-
-
Field Summary
-
Fields inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
NOT_FOUND
-
-
Constructor Summary
Constructors Constructor Description MethodTableMetaInfoReader(MethodTableBoundNode boundNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CellMetaInfogetBodyMetaInfo(int row, int col)-
Methods inherited from class org.openl.rules.lang.xls.types.meta.AMethodMetaInfoReader
getAdditionalMetaInfoForTableReturnType, getHeaderMetaInfo, getTableSyntaxNode
-
Methods inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
addConstant, getBoundNode, getGridTable, getMetaInfo, isNeededCell, isNeededCell, prepare, release, setBoundNode
-
-
-
-
Constructor Detail
-
MethodTableMetaInfoReader
public MethodTableMetaInfoReader(MethodTableBoundNode boundNode)
-
-
Method Detail
-
getBodyMetaInfo
public CellMetaInfo getBodyMetaInfo(int row, int col)
- Specified by:
getBodyMetaInfoin classBaseMetaInfoReader<MethodTableBoundNode>
-
-