Package org.openl.binding.impl
Class ConstructorUsage
- java.lang.Object
-
- org.openl.binding.impl.MethodUsage
-
- org.openl.binding.impl.ConstructorUsage
-
- All Implemented Interfaces:
NodeUsage
public class ConstructorUsage extends MethodUsage
Constructor nodes require their own implementation of description- Author:
- Eugene Biruk
-
-
Constructor Summary
Constructors Constructor Description ConstructorUsage(ConstructorNode constructorNode, int startPos, int endPos, IOpenMethod method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstructorNodegetConstructorNode()StringgetDescription()NodeTypegetNodeType()
-
-
-
Constructor Detail
-
ConstructorUsage
public ConstructorUsage(ConstructorNode constructorNode, int startPos, int endPos, IOpenMethod method)
- Parameters:
endPos- the ending index position, exclusive
-
-
Method Detail
-
getConstructorNode
public ConstructorNode getConstructorNode()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceNodeUsage- Overrides:
getDescriptionin classMethodUsage- Returns:
- String description of the method signature.
-
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeTypein interfaceNodeUsage- Overrides:
getNodeTypein classMethodUsage
-
-