Interface IBinaryParser.ISymbol

    • Method Detail

      • getName

        String getName()
        Name of the Symbol
      • getAddress

        IAddress getAddress()
        Address of the symbol
      • getSize

        long getSize()
        Size of the symbol.
      • getStartLine

        int getStartLine()
        Start linenumber of the symbol in the source
      • getEndLine

        int getEndLine()
        End line number of the symbol in the source
      • getFilename

        org.eclipse.core.runtime.IPath getFilename()
        Source filename of the symbol.
      • getType

        int getType()
        Type of the symbol
      • getLineNumber

        int getLineNumber​(long offset)
        Line number corresponding to the address offset.
        Parameters:
        offset -