Interface IASTNodeLocation

    • Method Detail

      • getNodeOffset

        int getNodeOffset()
        This is the offset within either the file or a macro-expansion.
      • getNodeLength

        int getNodeLength()
        This is the length of the node within the file or macro-expansion.
      • asFileLocation

        IASTFileLocation asFileLocation()
        Return a file location that best maps into this location.