Interface IAsmLabel

All Superinterfaces:
org.eclipse.core.runtime.IAdaptable, ICElement, ISourceManipulation, ISourceReference

public interface IAsmLabel extends ICElement, ISourceManipulation, ISourceReference
Represents a label in assembly code.
Since:
5.0
Restriction:
This interface is not intended to be implemented by clients.
Restriction:
This interface is not intended to be extended by clients.
  • Method Details

    • isGlobal

      boolean isGlobal()
      Test whether this label is declared global. A global label is available to the linker.
      Returns:
      true if the label is global