Interface ILabel

  • All Superinterfaces:
    org.eclipse.core.runtime.IAdaptable, IBinding

    public interface ILabel
    extends IBinding
    Represents the mapping between goto statements and the label statements the go to.
    Restriction:
    This interface is not intended to be implemented by clients.
    Restriction:
    This interface is not intended to be extended by clients.
    • Field Detail

      • EMPTY_ARRAY

        static final ILabel[] EMPTY_ARRAY
        Since:
        6.0
      • EMPTY_LABEL_ARRAY

        @Deprecated
        static final IBinding[] EMPTY_LABEL_ARRAY
        Deprecated.
        use EMPTY_ARRAY instead
        Since:
        5.4
        Restriction:
        This field is not intended to be referenced by clients.
    • Method Detail

      • getLabelStatement

        IASTLabelStatement getLabelStatement()
        Returns the label statement for this label.