class javax.swing.text.DefaultEditorKit$NextWordAction extends javax.swing.text.TextAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.DefaultEditorKit$NextWordAction
  super_class: javax.swing.text.TextAction
{
  private boolean select;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.text.DefaultEditorKit$NextWordAction this
        start local 1 // java.lang.String nm
        start local 2 // boolean select
         0: .line 1878
            aload 0 /* this */
            aload 1 /* nm */
            invokespecial javax.swing.text.TextAction.<init>:(Ljava/lang/String;)V
         1: .line 1879
            aload 0 /* this */
            iload 2 /* select */
            putfield javax.swing.text.DefaultEditorKit$NextWordAction.select:Z
         2: .line 1880
            return
        end local 2 // boolean select
        end local 1 // java.lang.String nm
        end local 0 // javax.swing.text.DefaultEditorKit$NextWordAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/swing/text/DefaultEditorKit$NextWordAction;
            0    3     1      nm  Ljava/lang/String;
            0    3     2  select  Z
    MethodParameters:
        Name  Flags
      nm      
      select  

  public void actionPerformed(java.awt.event.ActionEvent);
    descriptor: (Ljava/awt/event/ActionEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // javax.swing.text.DefaultEditorKit$NextWordAction this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 1884
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual javax.swing.text.DefaultEditorKit$NextWordAction.getTextComponent:(Ljava/awt/event/ActionEvent;)Ljavax/swing/text/JTextComponent;
            astore 2 /* target */
        start local 2 // javax.swing.text.JTextComponent target
         1: .line 1885
            aload 2 /* target */
            ifnull 28
         2: .line 1886
            aload 2 /* target */
            invokevirtual javax.swing.text.JTextComponent.getCaretPosition:()I
            istore 3 /* offs */
        start local 3 // int offs
         3: .line 1887
            iconst_0
            istore 4 /* failed */
        start local 4 // boolean failed
         4: .line 1888
            iload 3 /* offs */
            istore 5 /* oldOffs */
        start local 5 // int oldOffs
         5: .line 1890
            aload 2 /* target */
            iload 3 /* offs */
            invokestatic javax.swing.text.Utilities.getParagraphElement:(Ljavax/swing/text/JTextComponent;I)Ljavax/swing/text/Element;
         6: .line 1889
            astore 6 /* curPara */
        start local 6 // javax.swing.text.Element curPara
         7: .line 1892
            aload 2 /* target */
            iload 3 /* offs */
            invokestatic javax.swing.text.Utilities.getNextWord:(Ljavax/swing/text/JTextComponent;I)I
            istore 3 /* offs */
         8: .line 1893
            iload 3 /* offs */
            aload 6 /* curPara */
            invokeinterface javax.swing.text.Element.getEndOffset:()I
            if_icmplt 21
         9: .line 1894
            iload 5 /* oldOffs */
            aload 6 /* curPara */
            invokeinterface javax.swing.text.Element.getEndOffset:()I
            iconst_1
            isub
            if_icmpeq 21
        10: .line 1897
            aload 6 /* curPara */
            invokeinterface javax.swing.text.Element.getEndOffset:()I
            iconst_1
            isub
            istore 3 /* offs */
        11: .line 1899
            goto 21
      StackMap locals: javax.swing.text.DefaultEditorKit$NextWordAction java.awt.event.ActionEvent javax.swing.text.JTextComponent int int int javax.swing.text.Element
      StackMap stack: javax.swing.text.BadLocationException
        12: pop
        13: .line 1900
            aload 2 /* target */
            invokevirtual javax.swing.text.JTextComponent.getDocument:()Ljavax/swing/text/Document;
            invokeinterface javax.swing.text.Document.getLength:()I
            istore 7 /* end */
        start local 7 // int end
        14: .line 1901
            iload 3 /* offs */
            iload 7 /* end */
            if_icmpeq 20
        15: .line 1902
            iload 5 /* oldOffs */
            aload 6 /* curPara */
            invokeinterface javax.swing.text.Element.getEndOffset:()I
            iconst_1
            isub
            if_icmpeq 18
        16: .line 1903
            aload 6 /* curPara */
            invokeinterface javax.swing.text.Element.getEndOffset:()I
            iconst_1
            isub
            istore 3 /* offs */
        17: .line 1904
            goto 21
        18: .line 1905
      StackMap locals: int
      StackMap stack:
            iload 7 /* end */
            istore 3 /* offs */
        19: .line 1907
            goto 21
        20: .line 1909
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 4 /* failed */
        end local 7 // int end
        21: .line 1912
      StackMap locals:
      StackMap stack:
            iload 4 /* failed */
            ifne 27
        22: .line 1913
            aload 0 /* this */
            getfield javax.swing.text.DefaultEditorKit$NextWordAction.select:Z
            ifeq 25
        23: .line 1914
            aload 2 /* target */
            iload 3 /* offs */
            invokevirtual javax.swing.text.JTextComponent.moveCaretPosition:(I)V
        24: .line 1915
            goto 28
        25: .line 1916
      StackMap locals:
      StackMap stack:
            aload 2 /* target */
            iload 3 /* offs */
            invokevirtual javax.swing.text.JTextComponent.setCaretPosition:(I)V
        26: .line 1918
            goto 28
        27: .line 1920
      StackMap locals:
      StackMap stack:
            invokestatic javax.swing.UIManager.getLookAndFeel:()Ljavax/swing/LookAndFeel;
            aload 2 /* target */
            invokevirtual javax.swing.LookAndFeel.provideErrorFeedback:(Ljava/awt/Component;)V
        end local 6 // javax.swing.text.Element curPara
        end local 5 // int oldOffs
        end local 4 // boolean failed
        end local 3 // int offs
        28: .line 1923
      StackMap locals: javax.swing.text.DefaultEditorKit$NextWordAction java.awt.event.ActionEvent javax.swing.text.JTextComponent
      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$NextWordAction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   29     0     this  Ljavax/swing/text/DefaultEditorKit$NextWordAction;
            0   29     1        e  Ljava/awt/event/ActionEvent;
            1   29     2   target  Ljavax/swing/text/JTextComponent;
            3   28     3     offs  I
            4   28     4   failed  Z
            5   28     5  oldOffs  I
            7   28     6  curPara  Ljavax/swing/text/Element;
           14   21     7      end  I
      Exception table:
        from    to  target  type
           7    11      12  Class javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "DefaultEditorKit.java"
NestHost: javax.swing.text.DefaultEditorKit
InnerClasses:
  NextWordAction = javax.swing.text.DefaultEditorKit$NextWordAction of javax.swing.text.DefaultEditorKit