Interface IBinaryElement

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable, ICElement
    All Known Subinterfaces:
    IBinaryFunction, IBinaryModule, IBinaryVariable

    public interface IBinaryElement
    extends ICElement
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Method Detail

      • getAddress

        IAddress getAddress()
                     throws CModelException
        Returns the address of the function. This method will return, the address of a symbol for children of IBinaryObject.
        Throws:
        CModelException - if this element does not have address information.
      • getBinary

        IBinary getBinary()
        Returns the binary object the element belongs to.