Package org.openl.binding.impl
Class NodeUsageFactory
- java.lang.Object
-
- org.openl.binding.impl.NodeUsageFactory
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<NodeUsage>createNodeUsageList(IBoundNode boundNode, String sourceString, int startIndex)CreateNodeUsagelist for given bound node and source code string
-
-
-
Method Detail
-
createNodeUsageList
public static List<NodeUsage> createNodeUsageList(IBoundNode boundNode, String sourceString, int startIndex)
CreateNodeUsagelist for given bound node and source code string- Parameters:
boundNode- bound node to convertsourceString- source codestartIndex- start index- Returns:
- node usage list
-
-