Package org.openl.rules.method.table
Class MethodTableNodeBinder
- 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.method.table.MethodTableNodeBinder
-
- All Implemented Interfaces:
INodeBinder
public class MethodTableNodeBinder extends AExecutableNodeBinder
- Author:
- snshor
-
-
Constructor Summary
Constructors Constructor Description MethodTableNodeBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IMemberBoundNodecreateNode(TableSyntaxNode tableSyntaxNode, OpenL openl, OpenMethodHeader header, XlsModuleOpenClass module)-
Methods inherited from class org.openl.rules.lang.xls.binding.AExecutableNodeBinder
createHeader, createHeaderSource, preBind
-
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
-
createNode
protected IMemberBoundNode createNode(TableSyntaxNode tableSyntaxNode, OpenL openl, OpenMethodHeader header, XlsModuleOpenClass module)
- Specified by:
createNodein classAExecutableNodeBinder
-
-