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 0: aload 0
aload 1
putfield com.sun.tools.example.debug.gui.SourceTool$SourceLineRenderer.this$0:Lcom/sun/tools/example/debug/gui/SourceTool;
aload 0
invokespecial javax.swing.DefaultListCellRenderer.<init>:()V
return
end local 0 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 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
iload 3
1: iload 4
iload 5
2: invokespecial javax.swing.DefaultListCellRenderer.getListCellRendererComponent:(Ljavax/swing/JList;Ljava/lang/Object;IZZ)Ljava/awt/Component;
pop
3: aload 2
checkcast com.sun.tools.example.debug.gui.SourceModel$Line
astore 6
start local 6 4: aload 0
aload 6
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: aload 6
getfield com.sun.tools.example.debug.gui.SourceModel$Line.hasBreakpoint:Z
ifeq 8
6: aload 0
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: goto 12
StackMap locals: com.sun.tools.example.debug.gui.SourceModel$Line
StackMap stack:
8: aload 6
invokevirtual com.sun.tools.example.debug.gui.SourceModel$Line.isExecutable:()Z
ifeq 11
9: aload 0
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: goto 12
11: StackMap locals:
StackMap stack:
aload 0
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: StackMap locals:
StackMap stack:
aload 0
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 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 0: aload 0
invokespecial javax.swing.DefaultListCellRenderer.getPreferredSize:()Ljava/awt/Dimension;
astore 1
start local 1 1: new java.awt.Dimension
dup
aload 1
getfield java.awt.Dimension.width:I
aload 1
getfield java.awt.Dimension.height:I
iconst_5
isub
invokespecial java.awt.Dimension.<init>:(II)V
areturn
end local 1 end local 0 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