Class AMethodMetaInfoReader<T extends AMethodBasedNode>
- java.lang.Object
-
- org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader<T>
-
- org.openl.rules.lang.xls.types.meta.AMethodMetaInfoReader<T>
-
- All Implemented Interfaces:
MetaInfoReader
- Direct Known Subclasses:
AlgorithmMetaInfoReader,ColumnMatchMetaInfoReader,DecisionTableMetaInfoReader,MethodTableMetaInfoReader,SpreadsheetMetaInfoReader
public abstract class AMethodMetaInfoReader<T extends AMethodBasedNode> extends BaseMetaInfoReader<T>
-
-
Field Summary
-
Fields inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
NOT_FOUND
-
-
Constructor Summary
Constructors Constructor Description AMethodMetaInfoReader(T boundNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAdditionalMetaInfoForTableReturnType()protected CellMetaInfogetHeaderMetaInfo()protected TableSyntaxNodegetTableSyntaxNode()-
Methods inherited from class org.openl.rules.lang.xls.types.meta.BaseMetaInfoReader
addConstant, getBodyMetaInfo, getBoundNode, getGridTable, getMetaInfo, isNeededCell, isNeededCell, prepare, release, setBoundNode
-
-
-
-
Constructor Detail
-
AMethodMetaInfoReader
public AMethodMetaInfoReader(T boundNode)
-
-
Method Detail
-
getTableSyntaxNode
protected TableSyntaxNode getTableSyntaxNode()
- Specified by:
getTableSyntaxNodein classBaseMetaInfoReader<T extends AMethodBasedNode>
-
getAdditionalMetaInfoForTableReturnType
protected String getAdditionalMetaInfoForTableReturnType()
-
getHeaderMetaInfo
protected CellMetaInfo getHeaderMetaInfo()
- Specified by:
getHeaderMetaInfoin classBaseMetaInfoReader<T extends AMethodBasedNode>
-
-