Package org.openl.binding.impl.module
Class ParameterDeclarationNodeBinderWithContextParameterSupport
- java.lang.Object
-
- org.openl.binding.impl.ANodeBinder
-
- org.openl.binding.impl.module.ParameterDeclarationNodeBinder
-
- org.openl.binding.impl.module.ParameterDeclarationNodeBinderWithContextParameterSupport
-
- All Implemented Interfaces:
INodeBinder
public class ParameterDeclarationNodeBinderWithContextParameterSupport extends ParameterDeclarationNodeBinder
- Author:
- Marat Kamalov
-
-
Constructor Summary
Constructors Constructor Description ParameterDeclarationNodeBinderWithContextParameterSupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IBoundNodemakeParameterNode(ISyntaxNode node, String name, IOpenClass type, IBindingContext bindingContext)protected voidvalidateMetaData(ISyntaxNode syntaxNode, IBindingContext bindingContext)-
Methods inherited from class org.openl.binding.impl.module.ParameterDeclarationNodeBinder
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
-
validateMetaData
protected void validateMetaData(ISyntaxNode syntaxNode, IBindingContext bindingContext)
- Overrides:
validateMetaDatain classParameterDeclarationNodeBinder
-
makeParameterNode
protected IBoundNode makeParameterNode(ISyntaxNode node, String name, IOpenClass type, IBindingContext bindingContext)
- Overrides:
makeParameterNodein classParameterDeclarationNodeBinder
-
-