public class com.sun.tools.example.debug.gui.SourceModel$Line
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.example.debug.gui.SourceModel$Line
  super_class: java.lang.Object
{
  public java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC

  public boolean hasBreakpoint;
    descriptor: Z
    flags: (0x0001) ACC_PUBLIC

  public com.sun.jdi.ReferenceType refType;
    descriptor: Lcom/sun/jdi/ReferenceType;
    flags: (0x0001) ACC_PUBLIC

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.gui.SourceModel$Line this
        start local 1 // java.lang.String text
         0: .line 74
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 72
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.example.debug.gui.SourceModel$Line.hasBreakpoint:Z
         2: .line 73
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.example.debug.gui.SourceModel$Line.refType:Lcom/sun/jdi/ReferenceType;
         3: .line 75
            aload 0 /* this */
            aload 1 /* text */
            putfield com.sun.tools.example.debug.gui.SourceModel$Line.text:Ljava/lang/String;
         4: .line 76
            return
        end local 1 // java.lang.String text
        end local 0 // com.sun.tools.example.debug.gui.SourceModel$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/example/debug/gui/SourceModel$Line;
            0    5     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public boolean isExecutable();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceModel$Line this
         0: .line 78
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceModel$Line.refType:Lcom/sun/jdi/ReferenceType;
            ifnull 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.SourceModel$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/SourceModel$Line;

  public boolean hasBreakpoint();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.SourceModel$Line this
         0: .line 81
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.SourceModel$Line.hasBreakpoint:Z
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.SourceModel$Line this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/SourceModel$Line;
}
SourceFile: "SourceModel.java"
NestHost: com.sun.tools.example.debug.gui.SourceModel
InnerClasses:
  public Line = com.sun.tools.example.debug.gui.SourceModel$Line of com.sun.tools.example.debug.gui.SourceModel