Package org.openl.rules.dt
Class ADtColumnsDefinitionTableBinder
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.rules.lang.xls.binding.AXlsTableBinder
-
- org.openl.rules.data.DataNodeBinder
-
- org.openl.rules.dt.ADtColumnsDefinitionTableBinder
-
- All Implemented Interfaces:
INodeBinder
- Direct Known Subclasses:
ActionsTableBinder,ConditionsTableBinder,ReturnsTableBinder
public abstract class ADtColumnsDefinitionTableBinder extends DataNodeBinder
-
-
Field Summary
-
Fields inherited from class org.openl.rules.data.DataNodeBinder
TYPE_INDEX
-
-
Constructor Summary
Constructors Constructor Description ADtColumnsDefinitionTableBinder(String tableNamePrefix)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract ADtColumnsDefinitionTableBoundNodemakeNode(TableSyntaxNode tsn, XlsModuleOpenClass module, OpenL openl)IMemberBoundNodepreBind(TableSyntaxNode tsn, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module)-
Methods inherited from class org.openl.rules.data.DataNodeBinder
getTableBody, makeDescriptors, makeNode, 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
-
-
-
-
Constructor Detail
-
ADtColumnsDefinitionTableBinder
public ADtColumnsDefinitionTableBinder(String tableNamePrefix)
-
-
Method Detail
-
preBind
public IMemberBoundNode preBind(TableSyntaxNode tsn, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module) throws Exception
- Overrides:
preBindin classDataNodeBinder- Throws:
Exception
-
makeNode
protected abstract ADtColumnsDefinitionTableBoundNode makeNode(TableSyntaxNode tsn, XlsModuleOpenClass module, OpenL openl)
-
-