final class org.joni.OptAnchorInfo implements org.joni.constants.internal.AnchorType
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.joni.OptAnchorInfo
  super_class: java.lang.Object
{
  int leftAnchor;
    descriptor: I
    flags: (0x0000) 

  int rightAnchor;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.joni.OptAnchorInfo this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/joni/OptAnchorInfo;

  void clear();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.joni.OptAnchorInfo this
         0: .line 29
            aload 0 /* this */
            aload 0 /* this */
            iconst_0
            dup_x1
            putfield org.joni.OptAnchorInfo.rightAnchor:I
            putfield org.joni.OptAnchorInfo.leftAnchor:I
         1: .line 30
            return
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/joni/OptAnchorInfo;

  void copy(org.joni.OptAnchorInfo);
    descriptor: (Lorg/joni/OptAnchorInfo;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joni.OptAnchorInfo this
        start local 1 // org.joni.OptAnchorInfo other
         0: .line 33
            aload 0 /* this */
            aload 1 /* other */
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            putfield org.joni.OptAnchorInfo.leftAnchor:I
         1: .line 34
            aload 0 /* this */
            aload 1 /* other */
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            putfield org.joni.OptAnchorInfo.rightAnchor:I
         2: .line 35
            return
        end local 1 // org.joni.OptAnchorInfo other
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/joni/OptAnchorInfo;
            0    3     1  other  Lorg/joni/OptAnchorInfo;
    MethodParameters:
       Name  Flags
      other  

  void concat(org.joni.OptAnchorInfo, org.joni.OptAnchorInfo, int, int);
    descriptor: (Lorg/joni/OptAnchorInfo;Lorg/joni/OptAnchorInfo;II)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.joni.OptAnchorInfo this
        start local 1 // org.joni.OptAnchorInfo left
        start local 2 // org.joni.OptAnchorInfo right
        start local 3 // int leftLength
        start local 4 // int rightLength
         0: .line 38
            aload 0 /* this */
            aload 1 /* left */
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            putfield org.joni.OptAnchorInfo.leftAnchor:I
         1: .line 39
            iload 3 /* leftLength */
            ifne 2
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            aload 2 /* right */
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            ior
            putfield org.joni.OptAnchorInfo.leftAnchor:I
         2: .line 41
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* right */
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            putfield org.joni.OptAnchorInfo.rightAnchor:I
         3: .line 42
            iload 4 /* rightLength */
            ifne 6
         4: .line 43
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            aload 1 /* left */
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            ior
            putfield org.joni.OptAnchorInfo.rightAnchor:I
         5: .line 44
            goto 7
         6: .line 45
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            aload 1 /* left */
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            sipush 2048
            iand
            ior
            putfield org.joni.OptAnchorInfo.rightAnchor:I
         7: .line 47
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int rightLength
        end local 3 // int leftLength
        end local 2 // org.joni.OptAnchorInfo right
        end local 1 // org.joni.OptAnchorInfo left
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    8     0         this  Lorg/joni/OptAnchorInfo;
            0    8     1         left  Lorg/joni/OptAnchorInfo;
            0    8     2        right  Lorg/joni/OptAnchorInfo;
            0    8     3   leftLength  I
            0    8     4  rightLength  I
    MethodParameters:
             Name  Flags
      left         
      right        
      leftLength   
      rightLength  

  boolean isSet(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.joni.OptAnchorInfo this
        start local 1 // int anchor
         0: .line 50
            aload 0 /* this */
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            iload 1 /* anchor */
            iand
            ifeq 1
            iconst_1
            ireturn
         1: .line 51
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            iload 1 /* anchor */
            iand
            ifeq 2
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
        end local 1 // int anchor
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/joni/OptAnchorInfo;
            0    3     1  anchor  I
    MethodParameters:
        Name  Flags
      anchor  

  void add(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.joni.OptAnchorInfo this
        start local 1 // int anchor
         0: .line 55
            iload 1 /* anchor */
            invokestatic org.joni.OptAnchorInfo.isLeftAnchor:(I)Z
            ifeq 3
         1: .line 56
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            iload 1 /* anchor */
            ior
            putfield org.joni.OptAnchorInfo.leftAnchor:I
         2: .line 57
            goto 4
         3: .line 58
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            iload 1 /* anchor */
            ior
            putfield org.joni.OptAnchorInfo.rightAnchor:I
         4: .line 60
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int anchor
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/joni/OptAnchorInfo;
            0    5     1  anchor  I
    MethodParameters:
        Name  Flags
      anchor  

  void remove(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.joni.OptAnchorInfo this
        start local 1 // int anchor
         0: .line 63
            iload 1 /* anchor */
            invokestatic org.joni.OptAnchorInfo.isLeftAnchor:(I)Z
            ifeq 3
         1: .line 64
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            iload 1 /* anchor */
            iconst_m1
            ixor
            iand
            putfield org.joni.OptAnchorInfo.leftAnchor:I
         2: .line 65
            goto 4
         3: .line 66
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            iload 1 /* anchor */
            iconst_m1
            ixor
            iand
            putfield org.joni.OptAnchorInfo.rightAnchor:I
         4: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int anchor
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/joni/OptAnchorInfo;
            0    5     1  anchor  I
    MethodParameters:
        Name  Flags
      anchor  

  void altMerge(org.joni.OptAnchorInfo);
    descriptor: (Lorg/joni/OptAnchorInfo;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.joni.OptAnchorInfo this
        start local 1 // org.joni.OptAnchorInfo other
         0: .line 71
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            aload 1 /* other */
            getfield org.joni.OptAnchorInfo.leftAnchor:I
            iand
            putfield org.joni.OptAnchorInfo.leftAnchor:I
         1: .line 72
            aload 0 /* this */
            dup
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            aload 1 /* other */
            getfield org.joni.OptAnchorInfo.rightAnchor:I
            iand
            putfield org.joni.OptAnchorInfo.rightAnchor:I
         2: .line 73
            return
        end local 1 // org.joni.OptAnchorInfo other
        end local 0 // org.joni.OptAnchorInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/joni/OptAnchorInfo;
            0    3     1  other  Lorg/joni/OptAnchorInfo;
    MethodParameters:
       Name  Flags
      other  

  static boolean isLeftAnchor(int);
    descriptor: (I)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // int anchor
         0: .line 76
            iload 0 /* anchor */
            bipush 8
            if_icmpeq 3
            iload 0 /* anchor */
            bipush 16
            if_icmpeq 3
         1: .line 77
            iload 0 /* anchor */
            bipush 32
            if_icmpeq 3
            iload 0 /* anchor */
            sipush 1024
            if_icmpeq 3
         2: .line 78
            iload 0 /* anchor */
            sipush 2048
            if_icmpne 4
         3: .line 76
      StackMap locals:
      StackMap stack:
            iconst_0
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_1
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 0 // int anchor
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0  anchor  I
    MethodParameters:
        Name  Flags
      anchor  

  static java.lang.String anchorToString(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // int anchor
         0: .line 82
            new java.lang.StringBuffer
            dup
            ldc "["
            invokespecial java.lang.StringBuffer.<init>:(Ljava/lang/String;)V
            astore 1 /* s */
        start local 1 // java.lang.StringBuffer s
         1: .line 84
            iload 0 /* anchor */
            iconst_1
            iand
            ifeq 2
            aload 1 /* s */
            ldc "begin-buf "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         2: .line 85
      StackMap locals: java.lang.StringBuffer
      StackMap stack:
            iload 0 /* anchor */
            iconst_2
            iand
            ifeq 3
            aload 1 /* s */
            ldc "begin-line "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 86
      StackMap locals:
      StackMap stack:
            iload 0 /* anchor */
            iconst_4
            iand
            ifeq 4
            aload 1 /* s */
            ldc "begin-pos "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         4: .line 87
      StackMap locals:
      StackMap stack:
            iload 0 /* anchor */
            bipush 8
            iand
            ifeq 5
            aload 1 /* s */
            ldc "end-buf "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 88
      StackMap locals:
      StackMap stack:
            iload 0 /* anchor */
            bipush 16
            iand
            ifeq 6
            aload 1 /* s */
            ldc "semi-end-buf "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 89
      StackMap locals:
      StackMap stack:
            iload 0 /* anchor */
            bipush 32
            iand
            ifeq 7
            aload 1 /* s */
            ldc "end-line "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 90
      StackMap locals:
      StackMap stack:
            iload 0 /* anchor */
            sipush 16384
            iand
            ifeq 8
            aload 1 /* s */
            ldc "anychar-star "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         8: .line 91
      StackMap locals:
      StackMap stack:
            iload 0 /* anchor */
            ldc 32768
            iand
            ifeq 9
            aload 1 /* s */
            ldc "anychar-star-pl "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         9: .line 92
      StackMap locals:
      StackMap stack:
            aload 1 /* s */
            ldc "]"
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        10: .line 94
            aload 1 /* s */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer s
        end local 0 // int anchor
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   11     0  anchor  I
            1   11     1       s  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      anchor  
}
SourceFile: "OptAnchorInfo.java"