Package org.openl.binding.impl
Class IfNodeBinderWithCSRSupport
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.binding.impl.IfNodeBinder
-
- org.openl.binding.impl.IfNodeBinderWithCSRSupport
-
- All Implemented Interfaces:
INodeBinder
public class IfNodeBinderWithCSRSupport extends IfNodeBinder
-
-
Constructor Summary
Constructors Constructor Description IfNodeBinderWithCSRSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IBoundNodebuildIfElseNode(ISyntaxNode node, IBindingContext bindingContext, IBoundNode conditionNode, IBoundNode thenNode, IOpenClass type, IBoundNode elseNode, IOpenClass elseType)-
Methods inherited from class org.openl.binding.impl.IfNodeBinder
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
-
buildIfElseNode
protected IBoundNode buildIfElseNode(ISyntaxNode node, IBindingContext bindingContext, IBoundNode conditionNode, IBoundNode thenNode, IOpenClass type, IBoundNode elseNode, IOpenClass elseType)
- Overrides:
buildIfElseNodein classIfNodeBinder
-
-