abstract class com.sun.tools.example.debug.gui.LaunchTool$ArgRep
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.sun.tools.example.debug.gui.LaunchTool$ArgRep
  super_class: java.lang.Object
{
  final com.sun.jdi.connect.Connector$Argument arg;
    descriptor: Lcom/sun/jdi/connect/Connector$Argument;
    flags: (0x0010) ACC_FINAL

  final javax.swing.JPanel panel;
    descriptor: Ljavax/swing/JPanel;
    flags: (0x0010) ACC_FINAL

  final com.sun.tools.example.debug.gui.LaunchTool this$0;
    descriptor: Lcom/sun/tools/example/debug/gui/LaunchTool;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.example.debug.gui.LaunchTool, com.sun.jdi.connect.Connector$Argument);
    descriptor: (Lcom/sun/tools/example/debug/gui/LaunchTool;Lcom/sun/jdi/connect/Connector$Argument;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
        start local 2 // com.sun.jdi.connect.Connector$Argument arg
         0: .line 62
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.example.debug.gui.LaunchTool$ArgRep.this$0:Lcom/sun/tools/example/debug/gui/LaunchTool;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 63
            aload 0 /* this */
            aload 2 /* arg */
            putfield com.sun.tools.example.debug.gui.LaunchTool$ArgRep.arg:Lcom/sun/jdi/connect/Connector$Argument;
         2: .line 64
            aload 0 /* this */
            new javax.swing.JPanel
            dup
            invokespecial javax.swing.JPanel.<init>:()V
            putfield com.sun.tools.example.debug.gui.LaunchTool$ArgRep.panel:Ljavax/swing/JPanel;
         3: .line 65
            invokestatic javax.swing.BorderFactory.createEtchedBorder:()Ljavax/swing/border/Border;
            astore 3 /* etched */
        start local 3 // javax.swing.border.Border etched
         4: .line 66
            aload 3 /* etched */
         5: .line 67
            aload 2 /* arg */
            invokeinterface com.sun.jdi.connect.Connector$Argument.description:()Ljava/lang/String;
         6: .line 68
            iconst_1
            iconst_2
         7: .line 66
            invokestatic javax.swing.BorderFactory.createTitledBorder:(Ljavax/swing/border/Border;Ljava/lang/String;II)Ljavax/swing/border/TitledBorder;
            astore 4 /* titled */
        start local 4 // javax.swing.border.Border titled
         8: .line 69
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.LaunchTool$ArgRep.panel:Ljavax/swing/JPanel;
            aload 4 /* titled */
            invokevirtual javax.swing.JPanel.setBorder:(Ljavax/swing/border/Border;)V
         9: .line 70
            return
        end local 4 // javax.swing.border.Border titled
        end local 3 // javax.swing.border.Border etched
        end local 2 // com.sun.jdi.connect.Connector$Argument arg
        end local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lcom/sun/tools/example/debug/gui/LaunchTool$ArgRep;
            0   10     2     arg  Lcom/sun/jdi/connect/Connector$Argument;
            4   10     3  etched  Ljavax/swing/border/Border;
            8   10     4  titled  Ljavax/swing/border/Border;
    MethodParameters:
        Name  Flags
      this$0  final
      arg     

  abstract java.lang.String getText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0400) ACC_ABSTRACT

  boolean isValid();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
         0: .line 75
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.LaunchTool$ArgRep.arg:Lcom/sun/jdi/connect/Connector$Argument;
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.LaunchTool$ArgRep.getText:()Ljava/lang/String;
            invokeinterface com.sun.jdi.connect.Connector$Argument.isValid:(Ljava/lang/String;)Z
            ireturn
        end local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/example/debug/gui/LaunchTool$ArgRep;

  boolean isSpecified();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
         0: .line 79
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.LaunchTool$ArgRep.getText:()Ljava/lang/String;
            astore 1 /* value */
        start local 1 // java.lang.String value
         1: .line 80
            aload 1 /* value */
            ifnull 2
            aload 1 /* value */
            invokevirtual java.lang.String.length:()I
            ifgt 4
         2: .line 81
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.LaunchTool$ArgRep.arg:Lcom/sun/jdi/connect/Connector$Argument;
            invokeinterface com.sun.jdi.connect.Connector$Argument.mustSpecify:()Z
            ifeq 4
         3: .line 80
            iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         4: iconst_1
            ireturn
        end local 1 // java.lang.String value
        end local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lcom/sun/tools/example/debug/gui/LaunchTool$ArgRep;
            1    5     1  value  Ljava/lang/String;

  void install();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
         0: .line 85
            aload 0 /* this */
            getfield com.sun.tools.example.debug.gui.LaunchTool$ArgRep.arg:Lcom/sun/jdi/connect/Connector$Argument;
            aload 0 /* this */
            invokevirtual com.sun.tools.example.debug.gui.LaunchTool$ArgRep.getText:()Ljava/lang/String;
            invokeinterface com.sun.jdi.connect.Connector$Argument.setValue:(Ljava/lang/String;)V
         1: .line 86
            return
        end local 0 // com.sun.tools.example.debug.gui.LaunchTool$ArgRep this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/example/debug/gui/LaunchTool$ArgRep;
}
SourceFile: "LaunchTool.java"
NestHost: com.sun.tools.example.debug.gui.LaunchTool
InnerClasses:
  public abstract Argument = com.sun.jdi.connect.Connector$Argument of com.sun.jdi.connect.Connector
  private abstract ArgRep = com.sun.tools.example.debug.gui.LaunchTool$ArgRep of com.sun.tools.example.debug.gui.LaunchTool