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 StringgetDescription()-
Methods inherited from class org.openl.binding.impl.MethodUsage
equals, getEnd, getMethod, getNodeType, getStart, getUri, hashCode
-
-
-
-
Constructor Detail
-
ConstructorUsage
public ConstructorUsage(ConstructorNode constructorNode, int startPos, int endPos, IOpenMethod method)
- Parameters:
endPos- the ending index position, exclusive
-
-
Method Detail
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceNodeUsage- Overrides:
getDescriptionin classMethodUsage- Returns:
- String description of the method signature.
-
-