Package org.openl.rules.property
Class PropertyTableBinder
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.rules.lang.xls.binding.AXlsTableBinder
-
- org.openl.rules.data.DataNodeBinder
-
- org.openl.rules.property.PropertyTableBinder
-
- All Implemented Interfaces:
INodeBinder
public class PropertyTableBinder extends DataNodeBinder
Binder for property table.- Author:
- DLiauchuk
-
-
Field Summary
-
Fields inherited from class org.openl.rules.data.DataNodeBinder
TYPE_INDEX
-
-
Constructor Summary
Constructors Constructor Description PropertyTableBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ATableBoundNodemakeNode(TableSyntaxNode tsn, XlsModuleOpenClass module, RulesModuleBindingContext bindingContext)IMemberBoundNodepreBind(TableSyntaxNode tsn, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module)-
Methods inherited from class org.openl.rules.data.DataNodeBinder
getTableBody, makeDescriptors, 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
-
preBind
public IMemberBoundNode preBind(TableSyntaxNode tsn, OpenL openl, RulesModuleBindingContext bindingContext, XlsModuleOpenClass module) throws Exception
- Overrides:
preBindin classDataNodeBinder- Throws:
Exception
-
makeNode
protected ATableBoundNode makeNode(TableSyntaxNode tsn, XlsModuleOpenClass module, RulesModuleBindingContext bindingContext)
- Overrides:
makeNodein classDataNodeBinder
-
-