Class NodeUsageFactory


  • public final class NodeUsageFactory
    extends Object
    Creates NodeUsage list for given bound node and source code string
    Author:
    Vladyslav Pikus
    • Method Detail

      • createNodeUsageList

        public static List<NodeUsage> createNodeUsageList​(IBoundNode boundNode,
                                                          String sourceString,
                                                          int startIndex)
        Create NodeUsage list for given bound node and source code string
        Parameters:
        boundNode - bound node to convert
        sourceString - source code
        startIndex - start index
        Returns:
        node usage list