Package org.openl.rules.tbasic
Class AlgorithmNodeBinder
- 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.tbasic.AlgorithmNodeBinder
-
- All Implemented Interfaces:
INodeBinder
public class AlgorithmNodeBinder extends AExecutableNodeBinder
-
-
Constructor Summary
Constructors Constructor Description AlgorithmNodeBinder()
-
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
-
-