public class sun.tools.jconsole.inspector.OperationEntry extends javax.swing.JPanel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.tools.jconsole.inspector.OperationEntry
  super_class: javax.swing.JPanel
{
  private javax.management.MBeanOperationInfo operation;
    descriptor: Ljavax/management/MBeanOperationInfo;
    flags: (0x0002) ACC_PRIVATE

  private sun.tools.jconsole.inspector.XTextField[] inputs;
    descriptor: [Lsun/tools/jconsole/inspector/XTextField;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(javax.management.MBeanOperationInfo, boolean, javax.swing.JButton, sun.tools.jconsole.inspector.XOperations);
    descriptor: (Ljavax/management/MBeanOperationInfo;ZLjavax/swing/JButton;Lsun/tools/jconsole/inspector/XOperations;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // sun.tools.jconsole.inspector.OperationEntry this
        start local 1 // javax.management.MBeanOperationInfo operation
        start local 2 // boolean isCallable
        start local 3 // javax.swing.JButton button
        start local 4 // sun.tools.jconsole.inspector.XOperations xoperations
         0: .line 41
            aload 0 /* this */
            new java.awt.BorderLayout
            dup
            invokespecial java.awt.BorderLayout.<init>:()V
            invokespecial javax.swing.JPanel.<init>:(Ljava/awt/LayoutManager;)V
         1: .line 42
            aload 0 /* this */
            aload 1 /* operation */
            putfield sun.tools.jconsole.inspector.OperationEntry.operation:Ljavax/management/MBeanOperationInfo;
         2: .line 43
            aload 0 /* this */
            new java.awt.FlowLayout
            dup
            iconst_0
            invokespecial java.awt.FlowLayout.<init>:(I)V
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.setLayout:(Ljava/awt/LayoutManager;)V
         3: .line 44
            aload 0 /* this */
            iload 2 /* isCallable */
            aload 3 /* button */
            aload 4 /* xoperations */
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.setPanel:(ZLjavax/swing/JButton;Lsun/tools/jconsole/inspector/XOperations;)V
         4: .line 45
            return
        end local 4 // sun.tools.jconsole.inspector.XOperations xoperations
        end local 3 // javax.swing.JButton button
        end local 2 // boolean isCallable
        end local 1 // javax.management.MBeanOperationInfo operation
        end local 0 // sun.tools.jconsole.inspector.OperationEntry this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lsun/tools/jconsole/inspector/OperationEntry;
            0    5     1    operation  Ljavax/management/MBeanOperationInfo;
            0    5     2   isCallable  Z
            0    5     3       button  Ljavax/swing/JButton;
            0    5     4  xoperations  Lsun/tools/jconsole/inspector/XOperations;
    MethodParameters:
             Name  Flags
      operation    
      isCallable   
      button       
      xoperations  

  private void setPanel(boolean, javax.swing.JButton, sun.tools.jconsole.inspector.XOperations);
    descriptor: (ZLjavax/swing/JButton;Lsun/tools/jconsole/inspector/XOperations;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=11, locals=8, args_size=4
        start local 0 // sun.tools.jconsole.inspector.OperationEntry this
        start local 1 // boolean isCallable
        start local 2 // javax.swing.JButton button
        start local 3 // sun.tools.jconsole.inspector.XOperations xoperations
         0: .line 51
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.OperationEntry.operation:Ljavax/management/MBeanOperationInfo;
            invokevirtual javax.management.MBeanOperationInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            astore 4 /* params */
        start local 4 // javax.management.MBeanParameterInfo[] params
         1: .line 52
            aload 0 /* this */
            new javax.swing.JLabel
            dup
            ldc "("
            iconst_0
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;I)V
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
         2: .line 53
            aload 0 /* this */
            aload 4 /* params */
            arraylength
            anewarray sun.tools.jconsole.inspector.XTextField
            putfield sun.tools.jconsole.inspector.OperationEntry.inputs:[Lsun/tools/jconsole/inspector/XTextField;
         3: .line 54
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         4: goto 28
         5: .line 55
      StackMap locals: javax.management.MBeanParameterInfo[] int
      StackMap stack:
            aload 4 /* params */
            iload 5 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getName:()Ljava/lang/String;
            ifnull 10
         6: .line 57
            new javax.swing.JLabel
            dup
            aload 4 /* params */
            iload 5 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getName:()Ljava/lang/String;
            iconst_0
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;I)V
         7: .line 56
            astore 6 /* name */
        start local 6 // javax.swing.JLabel name
         8: .line 58
            aload 6 /* name */
            aload 4 /* params */
            iload 5 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getDescription:()Ljava/lang/String;
            invokevirtual javax.swing.JLabel.setToolTipText:(Ljava/lang/String;)V
         9: .line 59
            aload 0 /* this */
            aload 6 /* name */
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        end local 6 // javax.swing.JLabel name
        10: .line 63
      StackMap locals:
      StackMap stack:
            aload 4 /* params */
            iload 5 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getType:()Ljava/lang/String;
            invokestatic sun.tools.jconsole.inspector.Utils.getDefaultValue:(Ljava/lang/String;)Ljava/lang/String;
        11: .line 62
            astore 6 /* defaultTextValue */
        start local 6 // java.lang.String defaultTextValue
        12: .line 64
            aload 6 /* defaultTextValue */
            invokevirtual java.lang.String.length:()I
            istore 7 /* fieldWidth */
        start local 7 // int fieldWidth
        13: .line 65
            iload 7 /* fieldWidth */
            bipush 15
            if_icmple 14
            bipush 15
            istore 7 /* fieldWidth */
            goto 15
        14: .line 67
      StackMap locals: java.lang.String int
      StackMap stack:
            iload 7 /* fieldWidth */
            bipush 10
            if_icmpge 15
            bipush 10
            istore 7 /* fieldWidth */
        15: .line 69
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.OperationEntry.inputs:[Lsun/tools/jconsole/inspector/XTextField;
            iload 5 /* i */
        16: .line 70
            new sun.tools.jconsole.inspector.XTextField
            dup
            aload 6 /* defaultTextValue */
            invokestatic sun.tools.jconsole.inspector.Utils.getReadableClassName:(Ljava/lang/String;)Ljava/lang/String;
        17: .line 71
            aload 4 /* params */
            iload 5 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getType:()Ljava/lang/String;
            invokestatic sun.tools.jconsole.inspector.Utils.getClass:(Ljava/lang/String;)Ljava/lang/Class;
        18: .line 72
            iload 7 /* fieldWidth */
        19: .line 73
            iload 1 /* isCallable */
        20: .line 74
            aload 2 /* button */
        21: .line 75
            aload 3 /* xoperations */
        22: .line 70
            invokespecial sun.tools.jconsole.inspector.XTextField.<init>:(Ljava/lang/Object;Ljava/lang/Class;IZLjavax/swing/JButton;Lsun/tools/jconsole/inspector/XOperations;)V
            dup_x2
            aastore
        23: .line 69
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        24: .line 76
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.OperationEntry.inputs:[Lsun/tools/jconsole/inspector/XTextField;
            iload 5 /* i */
            aaload
            iconst_0
            invokevirtual sun.tools.jconsole.inspector.XTextField.setHorizontalAlignment:(I)V
        25: .line 78
            iload 5 /* i */
            aload 4 /* params */
            arraylength
            iconst_1
            isub
            if_icmpge 27
        26: .line 79
            aload 0 /* this */
            new javax.swing.JLabel
            dup
            ldc ","
            iconst_0
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;I)V
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        end local 7 // int fieldWidth
        end local 6 // java.lang.String defaultTextValue
        27: .line 54
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        28: iload 5 /* i */
            aload 4 /* params */
            arraylength
            if_icmplt 5
        end local 5 // int i
        29: .line 81
            aload 0 /* this */
            new javax.swing.JLabel
            dup
            ldc ")"
            iconst_0
            invokespecial javax.swing.JLabel.<init>:(Ljava/lang/String;I)V
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.add:(Ljava/awt/Component;)Ljava/awt/Component;
            pop
        30: .line 82
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.validate:()V
        31: .line 83
            aload 0 /* this */
            invokevirtual sun.tools.jconsole.inspector.OperationEntry.doLayout:()V
        end local 4 // javax.management.MBeanParameterInfo[] params
        32: .line 84
            goto 37
        33: .line 85
      StackMap locals: sun.tools.jconsole.inspector.OperationEntry int javax.swing.JButton sun.tools.jconsole.inspector.XOperations
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
        34: .line 86
            getstatic java.lang.System.out:Ljava/io/PrintStream;
            new java.lang.StringBuilder
            dup
            ldc "Error setting Operation panel :"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
        35: .line 87
            aload 4 /* e */
            invokevirtual java.lang.Exception.getMessage:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
        36: .line 86
            invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
        end local 4 // java.lang.Exception e
        37: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 3 // sun.tools.jconsole.inspector.XOperations xoperations
        end local 2 // javax.swing.JButton button
        end local 1 // boolean isCallable
        end local 0 // sun.tools.jconsole.inspector.OperationEntry this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0   38     0              this  Lsun/tools/jconsole/inspector/OperationEntry;
            0   38     1        isCallable  Z
            0   38     2            button  Ljavax/swing/JButton;
            0   38     3       xoperations  Lsun/tools/jconsole/inspector/XOperations;
            1   32     4            params  [Ljavax/management/MBeanParameterInfo;
            4   29     5                 i  I
            8   10     6              name  Ljavax/swing/JLabel;
           12   27     6  defaultTextValue  Ljava/lang/String;
           13   27     7        fieldWidth  I
           34   37     4                 e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0    32      33  Class java.lang.Exception
    MethodParameters:
             Name  Flags
      isCallable   
      button       
      xoperations  

  public java.lang.String[] getSignature();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.tools.jconsole.inspector.OperationEntry this
         0: .line 92
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.OperationEntry.operation:Ljavax/management/MBeanOperationInfo;
            invokevirtual javax.management.MBeanOperationInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            astore 1 /* params */
        start local 1 // javax.management.MBeanParameterInfo[] params
         1: .line 93
            aload 1 /* params */
            arraylength
            anewarray java.lang.String
            astore 2 /* result */
        start local 2 // java.lang.String[] result
         2: .line 94
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 95
      StackMap locals: javax.management.MBeanParameterInfo[] java.lang.String[] int
      StackMap stack:
            aload 2 /* result */
            iload 3 /* i */
            aload 1 /* params */
            iload 3 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getType:()Ljava/lang/String;
            aastore
         5: .line 94
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* params */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 97
            aload 2 /* result */
            areturn
        end local 2 // java.lang.String[] result
        end local 1 // javax.management.MBeanParameterInfo[] params
        end local 0 // sun.tools.jconsole.inspector.OperationEntry this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lsun/tools/jconsole/inspector/OperationEntry;
            1    8     1  params  [Ljavax/management/MBeanParameterInfo;
            2    8     2  result  [Ljava/lang/String;
            3    7     3       i  I

  public java.lang.Object[] getParameters();
    descriptor: ()[Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=1
        start local 0 // sun.tools.jconsole.inspector.OperationEntry this
         0: .line 101
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.OperationEntry.operation:Ljavax/management/MBeanOperationInfo;
            invokevirtual javax.management.MBeanOperationInfo.getSignature:()[Ljavax/management/MBeanParameterInfo;
            astore 1 /* params */
        start local 1 // javax.management.MBeanParameterInfo[] params
         1: .line 102
            aload 1 /* params */
            arraylength
            anewarray java.lang.String
            astore 2 /* signature */
        start local 2 // java.lang.String[] signature
         2: .line 103
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 6
         4: .line 104
      StackMap locals: javax.management.MBeanParameterInfo[] java.lang.String[] int
      StackMap stack:
            aload 2 /* signature */
            iload 3 /* i */
            aload 1 /* params */
            iload 3 /* i */
            aaload
            invokevirtual javax.management.MBeanParameterInfo.getType:()Ljava/lang/String;
            aastore
         5: .line 103
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            aload 1 /* params */
            arraylength
            if_icmplt 4
        end local 3 // int i
         7: .line 105
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.OperationEntry.inputs:[Lsun/tools/jconsole/inspector/XTextField;
            aload 2 /* signature */
            invokestatic sun.tools.jconsole.inspector.Utils.getParameters:([Lsun/tools/jconsole/inspector/XTextField;[Ljava/lang/String;)[Ljava/lang/Object;
            areturn
        end local 2 // java.lang.String[] signature
        end local 1 // javax.management.MBeanParameterInfo[] params
        end local 0 // sun.tools.jconsole.inspector.OperationEntry this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lsun/tools/jconsole/inspector/OperationEntry;
            1    8     1     params  [Ljavax/management/MBeanParameterInfo;
            2    8     2  signature  [Ljava/lang/String;
            3    7     3          i  I
    Exceptions:
      throws java.lang.Exception

  public java.lang.String getReturnType();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.tools.jconsole.inspector.OperationEntry this
         0: .line 109
            aload 0 /* this */
            getfield sun.tools.jconsole.inspector.OperationEntry.operation:Ljavax/management/MBeanOperationInfo;
            invokevirtual javax.management.MBeanOperationInfo.getReturnType:()Ljava/lang/String;
            areturn
        end local 0 // sun.tools.jconsole.inspector.OperationEntry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/tools/jconsole/inspector/OperationEntry;
}
SourceFile: "OperationEntry.java"