Package org.openl.rules.dt
Class ActionsTableBinder
-
- All Implemented Interfaces:
INodeBinder
public class ActionsTableBinder extends ADtColumnsDefinitionTableBinder
Binder for conditions table.- Author:
- Marat Kamalov
-
-
Field Summary
-
Fields inherited from class org.openl.rules.data.DataNodeBinder
TYPE_INDEX
-
-
Constructor Summary
Constructors Constructor Description ActionsTableBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ADtColumnsDefinitionTableBoundNodemakeNode(TableSyntaxNode tsn, XlsModuleOpenClass module, OpenL openl)-
Methods inherited from class org.openl.rules.dt.ADtColumnsDefinitionTableBinder
preBind
-
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
-
-
-
-
Method Detail
-
makeNode
protected ADtColumnsDefinitionTableBoundNode makeNode(TableSyntaxNode tsn, XlsModuleOpenClass module, OpenL openl)
- Specified by:
makeNodein classADtColumnsDefinitionTableBinder
-
-