class com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer extends javax.swing.DefaultListCellRenderer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer
  super_class: javax.swing.DefaultListCellRenderer
{
  final com.sun.tools.example.debug.gui.SourceTool this$0;
    descriptor: Lcom/sun/tools/example/debug/gui/SourceTool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(com.sun.tools.example.debug.gui.SourceTool);
    descriptor: (Lcom/sun/tools/example/debug/gui/SourceTool;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer this
         0: .line 293
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer.this$0:Lcom/sun/tools/example/debug/gui/SourceTool;
            aload 0 /* this */
            invokespecial javax.swing.DefaultListCellRenderer.<init>:()V
            return
        end local 0 // com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceTool$SourceLineRenderer;
    MethodParameters:
        Name  Flags
      this$0  final

  public java.awt.Component getListCellRendererComponent(javax.swing.JList, java.lang.Object, int, boolean, boolean);
    descriptor: (Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=6
        start local 0 // com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer this
        start local 1 // javax.swing.JList list
        start local 2 // java.lang.Object value
        start local 3 // int index
        start local 4 // boolean isSelected
        start local 5 // boolean cellHasFocus
         0: .line 304
            aload 0 /* this */
            aload 1 /* list */
            aload 2 /* value */
            iload 3 /* index */
         1: .line 305
            iload 4 /* isSelected */
            iload 5 /* cellHasFocus */
         2: .line 304
            invokespecial javax.swing.DefaultListCellRenderer.getListCellRendererComponent:(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;
            pop
         3: .line 307
            aload 2 /* value */
            checkcast com.sun.tools.example.debug.gui.SourceModel$Line
            astore 6 /* line */
        start local 6 // com.sun.tools.example.debug.gui.SourceModel$Line line
         4: .line 315
            aload 0 /* this */
            aload 6 /* line */
            getfield com.sun.tools.example.debug.gui.SourceModel$Line.text:Ljava/lang/String;
            invokevirtual com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer.setText:(Ljava/lang/String;)V
         5: .line 316
            aload 6 /* line */
            getfield com.sun.tools.example.debug.gui.SourceModel$Line.hasBreakpoint:Z
            ifeq 8
         6: .line 317
            aload 0 /* this */
            getstatic com.sun.tools.example.debug.gui.Icons.stopSignIcon:Ljavax/swing/Icon;
            invokevirtual com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer.setIcon:(Ljavax/swing/Icon;)V
         7: .line 318
            goto 12
      StackMap locals: com.sun.tools.example.debug.gui.SourceModel$Line
      StackMap stack:
         8: aload 6 /* line */
            invokevirtual com.sun.tools.example.debug.gui.SourceModel$Line.isExecutable:()Z
            ifeq 11
         9: .line 319
            aload 0 /* this */
            getstatic com.sun.tools.example.debug.gui.Icons.execIcon:Ljavax/swing/Icon;
            invokevirtual com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer.setIcon:(Ljavax/swing/Icon;)V
        10: .line 320
            goto 12
        11: .line 321
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic com.sun.tools.example.debug.gui.Icons.blankIcon:Ljavax/swing/Icon;
            invokevirtual com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer.setIcon:(Ljavax/swing/Icon;)V
        12: .line 325
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 6 // com.sun.tools.example.debug.gui.SourceModel$Line line
        end local 5 // boolean cellHasFocus
        end local 4 // boolean isSelected
        end local 3 // int index
        end local 2 // java.lang.Object value
        end local 1 // javax.swing.JList list
        end local 0 // com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   13     0          this  Lcom/sun/tools/example/debug/gui/SourceTool$SourceLineRenderer;
            0   13     1          list  Ljavax/swing/JList;
            0   13     2         value  Ljava/lang/Object;
            0   13     3         index  I
            0   13     4    isSelected  Z
            0   13     5  cellHasFocus  Z
            4   13     6          line  Lcom/sun/tools/example/debug/gui/SourceModel$Line;
    MethodParameters:
              Name  Flags
      list          
      value         
      index         
      isSelected    
      cellHasFocus  

  public java.awt.Dimension getPreferredSize();
    descriptor: ()Ljava/awt/Dimension;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer this
         0: .line 330
            aload 0 /* this */
            invokespecial javax.swing.DefaultListCellRenderer.getPreferredSize:()Ljava/awt/Dimension;
            astore 1 /* dim */
        start local 1 // java.awt.Dimension dim
         1: .line 331
            new java.awt.Dimension
            dup
            aload 1 /* dim */
            getfield java.awt.Dimension.width:I
            aload 1 /* dim */
            getfield java.awt.Dimension.height:I
            iconst_5
            isub
            invokespecial java.awt.Dimension.<init>:(II)V
            areturn
        end local 1 // java.awt.Dimension dim
        end local 0 // com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/SourceTool$SourceLineRenderer;
            1    2     1   dim  Ljava/awt/Dimension;
}
SourceFile: "SourceTool.java"
NestHost: com.sun.tools.example.debug.gui.SourceTool
InnerClasses:
  public Line = com.sun.tools.example.debug.gui.SourceModel$Line of com.sun.tools.example.debug.gui.SourceModel
  private SourceLineRenderer = com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer of com.sun.tools.example.debug.gui.SourceTool