Package org.openl.binding.impl.ce
Class MethodNodeBinder
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.binding.impl.MethodNodeBinder
-
- org.openl.binding.impl.ce.MethodNodeBinder
-
- All Implemented Interfaces:
INodeBinder
public class MethodNodeBinder extends MethodNodeBinder
-
-
Constructor Summary
Constructors Constructor Description MethodNodeBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected FieldBoundNodebindAsFieldBoundNode(ISyntaxNode methodNode, String methodName, IOpenClass[] argumentTypes, IBoundNode[] children, int childrenCount, IOpenClass argumentType, int dims, IBindingContext bindingContext)protected IMethodCallerprocessFoundMethodCaller(IMethodCaller methodCaller)-
Methods inherited from class org.openl.binding.impl.MethodNodeBinder
bind, bindTarget
-
Methods inherited from class org.openl.binding.impl.ANodeBinder
assertCountOfChild, bindChildNode, bindChildren, bindChildren, bindTargetNode, bindType, bindTypeChildren, bindTypeChildren, bindTypeNode, getCast, getCast, getIdentifier, getType, getTypes, hasErrorBoundNode, makeErrorNode, replace
-
-
-
-
Method Detail
-
processFoundMethodCaller
protected IMethodCaller processFoundMethodCaller(IMethodCaller methodCaller)
- Overrides:
processFoundMethodCallerin classMethodNodeBinder
-
bindAsFieldBoundNode
protected FieldBoundNode bindAsFieldBoundNode(ISyntaxNode methodNode, String methodName, IOpenClass[] argumentTypes, IBoundNode[] children, int childrenCount, IOpenClass argumentType, int dims, IBindingContext bindingContext) throws Exception
- Overrides:
bindAsFieldBoundNodein classMethodNodeBinder- Throws:
Exception
-
-