Package org.joni

Class OptAnchorInfo

java.lang.Object
org.joni.OptAnchorInfo
All Implemented Interfaces:
AnchorType

final class OptAnchorInfo extends Object implements AnchorType
  • Field Details

    • leftAnchor

      int leftAnchor
    • rightAnchor

      int rightAnchor
  • Constructor Details

    • OptAnchorInfo

      OptAnchorInfo()
  • Method Details

    • clear

      void clear()
    • copy

      void copy(OptAnchorInfo other)
    • concat

      void concat(OptAnchorInfo left, OptAnchorInfo right, int leftLength, int rightLength)
    • isSet

      boolean isSet(int anchor)
    • add

      void add(int anchor)
    • remove

      void remove(int anchor)
    • altMerge

      void altMerge(OptAnchorInfo other)
    • isLeftAnchor

      static boolean isLeftAnchor(int anchor)
    • anchorToString

      static String anchorToString(int anchor)