class javax.swing.text.DefaultEditorKit$DeleteWordAction extends javax.swing.text.TextAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.DefaultEditorKit$DeleteWordAction
  super_class: javax.swing.text.TextAction
{
  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1139
            ldc Ljavax/swing/text/DefaultEditorKit;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic javax.swing.text.DefaultEditorKit$DeleteWordAction.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.swing.text.DefaultEditorKit$DeleteWordAction this
        start local 1 // java.lang.String name
         0: .line 1141
            aload 0 /* this */
            aload 1 /* name */
            invokespecial javax.swing.text.TextAction.<init>:(Ljava/lang/String;)V
         1: .line 1142
            getstatic javax.swing.text.DefaultEditorKit$DeleteWordAction.$assertionsDisabled:Z
            ifne 3
            aload 1 /* name */
            ldc "delete-previous-word"
            if_acmpeq 3
         2: .line 1143
            aload 1 /* name */
            ldc "delete-next-word"
            if_acmpeq 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 1144
      StackMap locals: javax.swing.text.DefaultEditorKit$DeleteWordAction java.lang.String
      StackMap stack:
            return
        end local 1 // java.lang.String name
        end local 0 // javax.swing.text.DefaultEditorKit$DeleteWordAction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/swing/text/DefaultEditorKit$DeleteWordAction;
            0    4     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=9, args_size=2
        start local 0 // javax.swing.text.DefaultEditorKit$DeleteWordAction this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 1151
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual javax.swing.text.DefaultEditorKit$DeleteWordAction.getTextComponent:(Ljava/awt/event/ActionEvent;)Ljavax/swing/text/JTextComponent;
            astore 2 /* target */
        start local 2 // javax.swing.text.JTextComponent target
         1: .line 1152
            aload 2 /* target */
            ifnull 36
            aload 1 /* e */
            ifnull 36
         2: .line 1153
            aload 2 /* target */
            invokevirtual javax.swing.text.JTextComponent.isEditable:()Z
            ifeq 3
            aload 2 /* target */
            invokevirtual javax.swing.text.JTextComponent.isEnabled:()Z
            ifne 5
         3: .line 1154
      StackMap locals: javax.swing.text.JTextComponent
      StackMap stack:
            invokestatic javax.swing.UIManager.getLookAndFeel:()Ljavax/swing/LookAndFeel;
            aload 2 /* target */
            invokevirtual javax.swing.LookAndFeel.provideErrorFeedback:(Ljava/awt/Component;)V
         4: .line 1155
            return
         5: .line 1157
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 3 /* beep */
        start local 3 // boolean beep
         6: .line 1159
            aload 2 /* target */
            invokevirtual javax.swing.text.JTextComponent.getSelectionStart:()I
            istore 4 /* start */
        start local 4 // int start
         7: .line 1161
            aload 2 /* target */
            iload 4 /* start */
            invokestatic javax.swing.text.Utilities.getParagraphElement:(Ljavax/swing/text/JTextComponent;I)Ljavax/swing/text/Element;
         8: .line 1160
            astore 5 /* line */
        start local 5 // javax.swing.text.Element line
         9: .line 1163
            ldc "delete-next-word"
            aload 0 /* this */
            ldc "Name"
            invokevirtual javax.swing.text.DefaultEditorKit$DeleteWordAction.getValue:(Ljava/lang/String;)Ljava/lang/Object;
            if_acmpne 19
        10: .line 1165
            aload 2 /* target */
            aload 5 /* line */
            iload 4 /* start */
            iconst_0
            invokestatic javax.swing.text.Utilities.getNextWordInParagraph:(Ljavax/swing/text/JTextComponent;Ljavax/swing/text/Element;IZ)I
        11: .line 1164
            istore 6 /* end */
        start local 6 // int end
        12: .line 1166
            iload 6 /* end */
            iconst_m1
            if_icmpne 27
        13: .line 1168
            aload 5 /* line */
            invokeinterface javax.swing.text.Element.getEndOffset:()I
            istore 7 /* endOfLine */
        start local 7 // int endOfLine
        14: .line 1169
            iload 4 /* start */
            iload 7 /* endOfLine */
            iconst_1
            isub
            if_icmpne 17
        15: .line 1171
            iload 7 /* endOfLine */
            istore 6 /* end */
        16: .line 1172
            goto 27
        17: .line 1174
      StackMap locals: javax.swing.text.DefaultEditorKit$DeleteWordAction java.awt.event.ActionEvent javax.swing.text.JTextComponent int int javax.swing.text.Element int int
      StackMap stack:
            iload 7 /* endOfLine */
            iconst_1
            isub
            istore 6 /* end */
        end local 7 // int endOfLine
        18: .line 1177
            goto 27
        end local 6 // int end
        19: .line 1179
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            aload 5 /* line */
            iload 4 /* start */
            invokestatic javax.swing.text.Utilities.getPrevWordInParagraph:(Ljavax/swing/text/JTextComponent;Ljavax/swing/text/Element;I)I
        20: .line 1178
            istore 6 /* end */
        start local 6 // int end
        21: .line 1180
            iload 6 /* end */
            iconst_m1
            if_icmpne 27
        22: .line 1182
            aload 5 /* line */
            invokeinterface javax.swing.text.Element.getStartOffset:()I
            istore 7 /* startOfLine */
        start local 7 // int startOfLine
        23: .line 1183
            iload 4 /* start */
            iload 7 /* startOfLine */
            if_icmpne 26
        24: .line 1185
            iload 7 /* startOfLine */
            iconst_1
            isub
            istore 6 /* end */
        25: .line 1186
            goto 27
        26: .line 1188
      StackMap locals: int int
      StackMap stack:
            iload 7 /* startOfLine */
            istore 6 /* end */
        end local 7 // int startOfLine
        27: .line 1192
      StackMap locals:
      StackMap stack:
            iload 4 /* start */
            iload 6 /* end */
            invokestatic java.lang.Math.min:(II)I
            istore 7 /* offs */
        start local 7 // int offs
        28: .line 1193
            iload 6 /* end */
            iload 4 /* start */
            isub
            invokestatic java.lang.Math.abs:(I)I
            istore 8 /* len */
        start local 8 // int len
        29: .line 1194
            iload 7 /* offs */
            iflt 34
        30: .line 1195
            aload 2 /* target */
            invokevirtual javax.swing.text.JTextComponent.getDocument:()Ljavax/swing/text/Document;
            iload 7 /* offs */
            iload 8 /* len */
            invokeinterface javax.swing.text.Document.remove:(II)V
        31: .line 1196
            iconst_0
            istore 3 /* beep */
        end local 8 // int len
        end local 7 // int offs
        end local 6 // int end
        end local 5 // javax.swing.text.Element line
        end local 4 // int start
        32: .line 1198
            goto 34
      StackMap locals: javax.swing.text.DefaultEditorKit$DeleteWordAction java.awt.event.ActionEvent javax.swing.text.JTextComponent int
      StackMap stack: javax.swing.text.BadLocationException
        33: pop
        34: .line 1200
      StackMap locals:
      StackMap stack:
            iload 3 /* beep */
            ifeq 36
        35: .line 1201
            invokestatic javax.swing.UIManager.getLookAndFeel:()Ljavax/swing/LookAndFeel;
            aload 2 /* target */
            invokevirtual javax.swing.LookAndFeel.provideErrorFeedback:(Ljava/awt/Component;)V
        end local 3 // boolean beep
        36: .line 1204
      StackMap locals:
      StackMap stack:
            return
        end local 2 // javax.swing.text.JTextComponent target
        end local 1 // java.awt.event.ActionEvent e
        end local 0 // javax.swing.text.DefaultEditorKit$DeleteWordAction this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   37     0         this  Ljavax/swing/text/DefaultEditorKit$DeleteWordAction;
            0   37     1            e  Ljava/awt/event/ActionEvent;
            1   37     2       target  Ljavax/swing/text/JTextComponent;
            6   36     3         beep  Z
            7   32     4        start  I
            9   32     5         line  Ljavax/swing/text/Element;
           12   19     6          end  I
           21   32     6          end  I
           14   18     7    endOfLine  I
           23   27     7  startOfLine  I
           28   32     7         offs  I
           29   32     8          len  I
      Exception table:
        from    to  target  type
           6    32      33  Class javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "DefaultEditorKit.java"
NestHost: javax.swing.text.DefaultEditorKit
InnerClasses:
  DeleteWordAction = javax.swing.text.DefaultEditorKit$DeleteWordAction of javax.swing.text.DefaultEditorKit