class javax.swing.text.DefaultEditorKit$EndLineAction extends javax.swing.text.TextAction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.DefaultEditorKit$EndLineAction
  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$EndLineAction this
        start local 1 // java.lang.String nm
        start local 2 // boolean select
         0: .line 1983
            aload 0 /* this */
            aload 1 /* nm */
            invokespecial javax.swing.text.TextAction.<init>:(Ljava/lang/String;)V
         1: .line 1984
            aload 0 /* this */
            iload 2 /* select */
            putfield javax.swing.text.DefaultEditorKit$EndLineAction.select:Z
         2: .line 1985
            return
        end local 2 // boolean select
        end local 1 // java.lang.String nm
        end local 0 // javax.swing.text.DefaultEditorKit$EndLineAction this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Ljavax/swing/text/DefaultEditorKit$EndLineAction;
            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=2, locals=5, args_size=2
        start local 0 // javax.swing.text.DefaultEditorKit$EndLineAction this
        start local 1 // java.awt.event.ActionEvent e
         0: .line 1989
            aload 0 /* this */
            aload 1 /* e */
            invokevirtual javax.swing.text.DefaultEditorKit$EndLineAction.getTextComponent:(Ljava/awt/event/ActionEvent;)Ljavax/swing/text/JTextComponent;
            astore 2 /* target */
        start local 2 // javax.swing.text.JTextComponent target
         1: .line 1990
            aload 2 /* target */
            ifnull 11
         2: .line 1992
            aload 2 /* target */
            invokevirtual javax.swing.text.JTextComponent.getCaretPosition:()I
            istore 3 /* offs */
        start local 3 // int offs
         3: .line 1993
            aload 2 /* target */
            iload 3 /* offs */
            invokestatic javax.swing.text.Utilities.getRowEnd:(Ljavax/swing/text/JTextComponent;I)I
            istore 4 /* endOffs */
        start local 4 // int endOffs
         4: .line 1994
            aload 0 /* this */
            getfield javax.swing.text.DefaultEditorKit$EndLineAction.select:Z
            ifeq 7
         5: .line 1995
            aload 2 /* target */
            iload 4 /* endOffs */
            invokevirtual javax.swing.text.JTextComponent.moveCaretPosition:(I)V
         6: .line 1996
            goto 11
         7: .line 1997
      StackMap locals: javax.swing.text.JTextComponent int int
      StackMap stack:
            aload 2 /* target */
            iload 4 /* endOffs */
            invokevirtual javax.swing.text.JTextComponent.setCaretPosition:(I)V
        end local 4 // int endOffs
        end local 3 // int offs
         8: .line 1999
            goto 11
      StackMap locals: javax.swing.text.DefaultEditorKit$EndLineAction java.awt.event.ActionEvent javax.swing.text.JTextComponent
      StackMap stack: javax.swing.text.BadLocationException
         9: pop
        10: .line 2000
            invokestatic javax.swing.UIManager.getLookAndFeel:()Ljavax/swing/LookAndFeel;
            aload 2 /* target */
            invokevirtual javax.swing.LookAndFeel.provideErrorFeedback:(Ljava/awt/Component;)V
        11: .line 2003
      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$EndLineAction this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Ljavax/swing/text/DefaultEditorKit$EndLineAction;
            0   12     1        e  Ljava/awt/event/ActionEvent;
            1   12     2   target  Ljavax/swing/text/JTextComponent;
            3    8     3     offs  I
            4    8     4  endOffs  I
      Exception table:
        from    to  target  type
           2     8       9  Class javax.swing.text.BadLocationException
    MethodParameters:
      Name  Flags
      e     
}
SourceFile: "DefaultEditorKit.java"
NestHost: javax.swing.text.DefaultEditorKit
InnerClasses:
  EndLineAction = javax.swing.text.DefaultEditorKit$EndLineAction of javax.swing.text.DefaultEditorKit