Package org.openl.rules.dt
Class DecisionTableNodeBinder
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.rules.lang.xls.binding.AXlsTableBinder
-
- org.openl.rules.lang.xls.binding.AExecutableNodeBinder
-
- org.openl.rules.dt.DecisionTableNodeBinder
-
- All Implemented Interfaces:
INodeBinder
public class DecisionTableNodeBinder extends AExecutableNodeBinder
- Author:
- snshor
-
-
Constructor Summary
Constructors Constructor Description DecisionTableNodeBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IMemberBoundNodecreateNode(TableSyntaxNode tableSyntaxNode, OpenL openl, OpenMethodHeader header, XlsModuleOpenClass module)IMemberBoundNodepreBind(TableSyntaxNode tableSyntaxNode, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module)-
Methods inherited from class org.openl.rules.lang.xls.binding.AExecutableNodeBinder
createHeader, createHeaderSource
-
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
-
preBind
public IMemberBoundNode preBind(TableSyntaxNode tableSyntaxNode, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module) throws Exception
- Overrides:
preBindin classAExecutableNodeBinder- Throws:
Exception
-
createNode
protected IMemberBoundNode createNode(TableSyntaxNode tableSyntaxNode, OpenL openl, OpenMethodHeader header, XlsModuleOpenClass module)
- Specified by:
createNodein classAExecutableNodeBinder
-
-