Package org.openl.rules.testmethod
Class TestMethodNodeBinder
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.rules.lang.xls.binding.AXlsTableBinder
-
- org.openl.rules.data.DataNodeBinder
-
- org.openl.rules.testmethod.TestMethodNodeBinder
-
- All Implemented Interfaces:
INodeBinder
public class TestMethodNodeBinder extends DataNodeBinder
- Author:
- snshor
-
-
Field Summary
-
Fields inherited from class org.openl.rules.data.DataNodeBinder
TYPE_INDEX
-
-
Constructor Summary
Constructors Constructor Description TestMethodNodeBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ColumnDescriptor[]makeDescriptors(ITable tableToProcess, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean hasColumnTitleRow, ILogicalTable horizDataTableBody, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows)protected ATableBoundNodemakeNode(TableSyntaxNode tableSyntaxNode, XlsModuleOpenClass module, RulesModuleBindingContext bindingContext)IMemberBoundNodepreBind(TableSyntaxNode tableSyntaxNode, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module)-
Methods inherited from class org.openl.rules.data.DataNodeBinder
getTableBody, makeTable, processTable, putSubTableForBusinessView
-
Methods inherited from class org.openl.rules.lang.xls.binding.AXlsTableBinder
bind
-
Methods inherited from class org.openl.binding.impl.ANodeBinder
assertCountOfChild, bindChildNode, bindChildren, bindChildren, bindTarget, bindTargetNode, bindType, bindTypeChildren, bindTypeChildren, bindTypeNode, getCast, getCast, getIdentifier, getType, getTypes, hasErrorBoundNode, makeErrorNode, replace
-
-
-
-
Method Detail
-
makeNode
protected ATableBoundNode makeNode(TableSyntaxNode tableSyntaxNode, XlsModuleOpenClass module, RulesModuleBindingContext bindingContext)
- Overrides:
makeNodein classDataNodeBinder
-
preBind
public IMemberBoundNode preBind(TableSyntaxNode tableSyntaxNode, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module) throws Exception
- Overrides:
preBindin classDataNodeBinder- Throws:
Exception
-
makeDescriptors
protected ColumnDescriptor[] makeDescriptors(ITable tableToProcess, IOpenClass tableType, IBindingContext bindingContext, OpenL openl, boolean hasColumnTitleRow, ILogicalTable horizDataTableBody, ILogicalTable descriptorRows, ILogicalTable dataWithTitleRows) throws Exception
- Overrides:
makeDescriptorsin classDataNodeBinder- Throws:
Exception
-
-