Package org.openl.binding.impl
Class SimpleNodeUsage
- java.lang.Object
-
- org.openl.binding.impl.SimpleNodeUsage
-
-
Constructor Summary
Constructors Constructor Description SimpleNodeUsage(int start, int end, String description, String uri, NodeType nodeType)SimpleNodeUsage(IdentifierNode identifierNode, String description, String uri, NodeType nodeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()intgetEnd()NodeTypegetNodeType()intgetStart()StringgetUri()inthashCode()
-
-
-
Constructor Detail
-
SimpleNodeUsage
public SimpleNodeUsage(int start, int end, String description, String uri, NodeType nodeType)- Parameters:
end- the ending index position, exclusive
-
SimpleNodeUsage
public SimpleNodeUsage(IdentifierNode identifierNode, String description, String uri, NodeType nodeType)
-
-
Method Detail
-
getEnd
public int getEnd()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceNodeUsage
-
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeTypein interfaceNodeUsage
-
-