Package org.joni

Class OptAnchorInfo

  • All Implemented Interfaces:
    AnchorType

    final class OptAnchorInfo
    extends java.lang.Object
    implements AnchorType
    • Field Detail

      • leftAnchor

        int leftAnchor
      • rightAnchor

        int rightAnchor
    • Constructor Detail

      • OptAnchorInfo

        OptAnchorInfo()
    • Method Detail

      • clear

        void clear()
      • isSet

        boolean isSet​(int anchor)
      • add

        void add​(int anchor)
      • remove

        void remove​(int anchor)
      • isLeftAnchor

        static boolean isLeftAnchor​(int anchor)
      • anchorToString

        static java.lang.String anchorToString​(int anchor)