class extends javax.swing.JPanel
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.jvm.hotspot.ui.SourceCodePanel$RowHeader
super_class: javax.swing.JPanel
{
private javax.swing.JViewport ;
descriptor: Ljavax/swing/JViewport;
flags: (0x0002) ACC_PRIVATE
private boolean ;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private int ;
descriptor: I
flags: (0x0002) ACC_PRIVATE
private boolean ;
descriptor: Z
flags: (0x0002) ACC_PRIVATE
final sun.jvm.hotspot.ui.SourceCodePanel ;
descriptor: Lsun/jvm/hotspot/ui/SourceCodePanel;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
public void (sun.jvm.hotspot.ui.SourceCodePanel);
descriptor: (Lsun/jvm/hotspot/ui/SourceCodePanel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
1: aload 0
invokespecial javax.swing.JPanel.<init>:()V
2: aload 0
iconst_1
putfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.initted:Z
3: aload 0
new sun.jvm.hotspot.ui.SourceCodePanel$RowHeader$1
dup
aload 0
invokespecial sun.jvm.hotspot.ui.SourceCodePanel$RowHeader$1.<init>:(Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;)V
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.addHierarchyBoundsListener:(Ljava/awt/event/HierarchyBoundsListener;)V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
MethodParameters:
Name Flags
this$0 final
public void (java.awt.Graphics);
descriptor: (Ljava/awt/Graphics;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=10, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial javax.swing.JPanel.paint:(Ljava/awt/Graphics;)V
1: aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getShowLineNumbers:()Z
ifeq 18
2: aload 1
invokevirtual java.awt.Graphics.getClipBounds:()Ljava/awt/Rectangle;
astore 2
start local 2 3: aload 2
getfield java.awt.Rectangle.y:I
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.rowHeight:I
idiv
istore 3
start local 3 4: iload 3
aload 2
getfield java.awt.Rectangle.height:I
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.rowHeight:I
iconst_1
isub
iadd
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.rowHeight:I
idiv
iadd
istore 4
start local 4 5: aload 0
aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getFont:()Ljava/awt/Font;
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
astore 5
start local 5 6: aload 5
invokevirtual java.awt.FontMetrics.getMaxAscent:()I
istore 6
start local 6 7: iload 3
istore 7
start local 7 8: goto 17
9: StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel$RowHeader java.awt.Graphics java.awt.Rectangle int int java.awt.FontMetrics int int
StackMap stack:
iload 7
iconst_1
iadd
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
astore 8
start local 8 10: aload 8
aload 5
invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.getStringWidth:(Ljava/lang/String;Ljava/awt/FontMetrics;)I
istore 9
start local 9 11: aload 1
aload 8
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.width:I
iload 9
isub
iconst_4
isub
iload 6
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.rowHeight:I
iload 7
imul
iadd
invokevirtual java.awt.Graphics.drawString:(Ljava/lang/String;II)V
12: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
getfield sun.jvm.hotspot.ui.SourceCodePanel.breakpoints:Ljava/util/Set;
new java.lang.Integer
dup
iload 7
invokespecial java.lang.Integer.<init>:(I)V
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifeq 14
13: getstatic sun.jvm.hotspot.ui.SourceCodePanel.breakpoint:Ljavax/swing/Icon;
aload 0
aload 1
iconst_4
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.rowHeight:I
iload 7
imul
invokeinterface javax.swing.Icon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V
14: StackMap locals: java.lang.String int
StackMap stack:
iload 7
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
getfield sun.jvm.hotspot.ui.SourceCodePanel.highlightedLine:I
if_icmpne 16
15: getstatic sun.jvm.hotspot.ui.SourceCodePanel.topFrameCurLine:Ljavax/swing/Icon;
aload 0
aload 1
iconst_4
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.rowHeight:I
iload 7
imul
invokeinterface javax.swing.Icon.paintIcon:(Ljava/awt/Component;Ljava/awt/Graphics;II)V
end local 9 end local 8 16: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
17: iload 7
iload 4
if_icmple 9
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 18: StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel$RowHeader java.awt.Graphics
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 19 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
0 19 1 g Ljava/awt/Graphics;
3 18 2 clip Ljava/awt/Rectangle;
4 18 3 start I
5 18 4 end I
6 18 5 fm Ljava/awt/FontMetrics;
7 18 6 ascent I
8 18 7 i I
10 16 8 str Ljava/lang/String;
11 16 9 strWidth I
MethodParameters:
Name Flags
g
public boolean ();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.showLineNumbers:Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
public void (boolean);
descriptor: (Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: iload 1
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.showLineNumbers:Z
if_icmpeq 5
1: aload 0
iload 1
putfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.showLineNumbers:Z
2: aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.recomputeSize:()V
3: aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.invalidate:()V
4: aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.validate:()V
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
0 6 1 val Z
MethodParameters:
Name Flags
val
public void (java.awt.Font);
descriptor: (Ljava/awt/Font;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial javax.swing.JPanel.setFont:(Ljava/awt/Font;)V
1: aload 0
aload 0
aload 1
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
invokevirtual java.awt.FontMetrics.getHeight:()I
putfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.rowHeight:I
2: aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.recomputeSize:()V
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
0 4 1 f Ljava/awt/Font;
MethodParameters:
Name Flags
f
void (javax.swing.JViewport);
descriptor: (Ljavax/swing/JViewport;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.view:Ljavax/swing/JViewport;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
0 2 1 view Ljavax/swing/JViewport;
MethodParameters:
Name Flags
view
void ();
descriptor: ()V
flags: (0x0000)
Code:
stack=6, locals=4, args_size=1
start local 0 0: aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.initted:Z
ifne 1
return
1: StackMap locals:
StackMap stack:
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.view:Ljavax/swing/JViewport;
ifnonnull 2
return
2: StackMap locals:
StackMap stack:
aload 0
bipush 20
putfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.width:I
3: iconst_1
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.this$0:Lsun/jvm/hotspot/ui/SourceCodePanel;
getfield sun.jvm.hotspot.ui.SourceCodePanel.source:Ljavax/swing/JTextArea;
invokevirtual javax.swing.JTextArea.getDocument:()Ljavax/swing/text/Document;
invokeinterface javax.swing.text.Document.getEndPosition:()Ljavax/swing/text/Position;
invokeinterface javax.swing.text.Position.getOffset:()I
iconst_1
isub
invokevirtual javax.swing.JTextArea.getLineOfOffset:(I)I
iadd
istore 1
start local 1 4: iload 1
invokestatic java.lang.Integer.toString:(I)Ljava/lang/String;
astore 2
start local 2 5: aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getShowLineNumbers:()Z
ifeq 7
6: aload 0
dup
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.width:I
aload 2
aload 0
aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getFont:()Ljava/awt/Font;
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
invokestatic sun.jvm.hotspot.ui.GraphicsUtilities.getStringWidth:(Ljava/lang/String;Ljava/awt/FontMetrics;)I
iconst_4
iadd
iadd
putfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.width:I
7: StackMap locals: int java.lang.String
StackMap stack:
new java.awt.Dimension
dup
aload 0
getfield sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.width:I
iload 1
aload 0
aload 0
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getFont:()Ljava/awt/Font;
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.getFontMetrics:(Ljava/awt/Font;)Ljava/awt/FontMetrics;
invokevirtual java.awt.FontMetrics.getHeight:()I
imul
invokespecial java.awt.Dimension.<init>:(II)V
astore 3
start local 3 8: aload 0
aload 3
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setSize:(Ljava/awt/Dimension;)V
9: aload 0
aload 3
invokevirtual sun.jvm.hotspot.ui.SourceCodePanel$RowHeader.setPreferredSize:(Ljava/awt/Dimension;)V
end local 3 end local 2 end local 1 10: goto 13
StackMap locals: sun.jvm.hotspot.ui.SourceCodePanel$RowHeader
StackMap stack: javax.swing.text.BadLocationException
11: astore 1
start local 1 12: aload 1
invokevirtual javax.swing.text.BadLocationException.printStackTrace:()V
end local 1 13: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 14 0 this Lsun/jvm/hotspot/ui/SourceCodePanel$RowHeader;
4 10 1 numLines I
5 10 2 str Ljava/lang/String;
8 10 3 d Ljava/awt/Dimension;
12 13 1 e Ljavax/swing/text/BadLocationException;
Exception table:
from to target type
3 10 11 Class javax.swing.text.BadLocationException
}
SourceFile: "SourceCodePanel.java"
NestHost: sun.jvm.hotspot.ui.SourceCodePanel
InnerClasses:
RowHeader = sun.jvm.hotspot.ui.SourceCodePanel$RowHeader of sun.jvm.hotspot.ui.SourceCodePanel
sun.jvm.hotspot.ui.SourceCodePanel$RowHeader$1