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(int start, int end, String description, String uri, IOpenClass type, NodeType nodeType)SimpleNodeUsage(IdentifierNode identifierNode, String description, String uri, NodeType nodeType)SimpleNodeUsage(IdentifierNode identifierNode, String description, String uri, IOpenClass type, NodeType nodeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()intgetEnd()NodeTypegetNodeType()intgetStart()IOpenClassgetType()StringgetUri()inthashCode()
-
-
-
Constructor Detail
-
SimpleNodeUsage
public SimpleNodeUsage(int start, int end, String description, String uri, NodeType nodeType)
-
SimpleNodeUsage
public SimpleNodeUsage(int start, int end, String description, String uri, IOpenClass type, NodeType nodeType)- Parameters:
end- the ending index position, exclusive
-
SimpleNodeUsage
public SimpleNodeUsage(IdentifierNode identifierNode, String description, String uri, NodeType nodeType)
-
SimpleNodeUsage
public SimpleNodeUsage(IdentifierNode identifierNode, String description, String uri, IOpenClass type, NodeType nodeType)
-
-
Method Detail
-
getEnd
public int getEnd()
-
getDescription
public String getDescription()
- Specified by:
getDescriptionin interfaceNodeUsage
-
getNodeType
public NodeType getNodeType()
- Specified by:
getNodeTypein interfaceNodeUsage
-
getType
public IOpenClass getType()
-
-