Class Label


  • @Deprecated
    public final class Label
    extends Operand
    Deprecated.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) int id
      Deprecated.
      Label Id (0 means unknown).
      (package private) java.util.List<LinkData> links
      Deprecated.
       
      (package private) int position
      Deprecated.
      Position (always positive, information depends to @c state).
      (package private) LABEL_STATE state
      Deprecated.
      State of label, see LABEL_STATE.
    • Constructor Summary

      Constructors 
      Constructor Description
      Label()
      Deprecated.
       
      Label​(int id)
      Deprecated.
       
    • Field Detail

      • id

        final int id
        Deprecated.
        Label Id (0 means unknown).
      • position

        int position
        Deprecated.
        Position (always positive, information depends to @c state).
      • links

        final java.util.List<LinkData> links
        Deprecated.
    • Constructor Detail

      • Label

        public Label()
        Deprecated.
      • Label

        public Label​(int id)
        Deprecated.
    • Method Detail

      • isUnused

        final boolean isUnused()
        Deprecated.
        Returns @c true if label is unused (not bound or linked).
      • isLinked

        final boolean isLinked()
        Deprecated.
        Returns @c true if label is linked.
      • isBound

        final boolean isBound()
        Deprecated.
        Returns @c true if label is bound.
      • position

        final int position()
        Deprecated.
        Returns the position of bound or linked labels, -1 if label is unused.
      • link

        final void link​(LinkData link)
        Deprecated.