Package org.openl.rules.datatype.binding
Class DatatypeNodeBinder
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.rules.lang.xls.binding.AXlsTableBinder
-
- org.openl.rules.datatype.binding.DatatypeNodeBinder
-
- All Implemented Interfaces:
INodeBinder
public class DatatypeNodeBinder extends AXlsTableBinder
- Author:
- snshor
-
-
Field Summary
Fields Modifier and Type Field Description static intPARENT_TYPE_INDEXstatic intTYPE_INDEX
-
Constructor Summary
Constructors Constructor Description DatatypeNodeBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IMemberBoundNodepreBind(TableSyntaxNode tsn, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module)-
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
-
-
-
-
Field Detail
-
PARENT_TYPE_INDEX
public static final int PARENT_TYPE_INDEX
- See Also:
- Constant Field Values
-
TYPE_INDEX
public static final int TYPE_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
preBind
public IMemberBoundNode preBind(TableSyntaxNode tsn, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module) throws Exception
- Specified by:
preBindin classAXlsTableBinder- Throws:
Exception
-
-