public class org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo implements org.eclipse.jdt.internal.compiler.env.IBinaryElementValuePair
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
  super_class: java.lang.Object
{
  static final org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo[] NoMembers;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private char[] name;
    descriptor: [C
    flags: (0x0002) ACC_PRIVATE

  private java.lang.Object value;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 23
            iconst_0
            anewarray org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
            putstatic org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.NoMembers:[Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(char[], java.lang.Object);
    descriptor: ([CLjava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
        start local 1 // char[] name
        start local 2 // java.lang.Object value
         0: .line 28
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 29
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.name:[C
         2: .line 30
            aload 0 /* this */
            aload 2 /* value */
            putfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
         3: .line 31
            return
        end local 2 // java.lang.Object value
        end local 1 // char[] name
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            0    4     1   name  [C
            0    4     2  value  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      name   
      value  

  public char[] getName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
         0: .line 34
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.name:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;

  public java.lang.Object getValue();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
         0: .line 38
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
         0: .line 42
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 1 /* buffer */
        start local 1 // java.lang.StringBuffer buffer
         1: .line 43
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.name:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         2: .line 44
            aload 1 /* buffer */
            bipush 61
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         3: .line 45
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            instanceof java.lang.Object[]
            ifeq 16
         4: .line 46
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 2 /* values */
        start local 2 // java.lang.Object[] values
         5: .line 47
            aload 1 /* buffer */
            bipush 123
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
         6: .line 48
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         7: aload 2 /* values */
            arraylength
            istore 4 /* l */
        start local 4 // int l
         8: goto 13
         9: .line 49
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo java.lang.StringBuffer java.lang.Object[] int int
      StackMap stack:
            iload 3 /* i */
            ifle 11
        10: .line 50
            aload 1 /* buffer */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
        11: .line 51
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 2 /* values */
            iload 3 /* i */
            aaload
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        12: .line 48
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 3 /* i */
            iload 4 /* l */
            if_icmplt 9
        end local 4 // int l
        end local 3 // int i
        14: .line 53
            aload 1 /* buffer */
            bipush 125
            invokevirtual java.lang.StringBuffer.append:(C)Ljava/lang/StringBuffer;
            pop
        end local 2 // java.lang.Object[] values
        15: .line 54
            goto 17
        16: .line 55
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/Object;)Ljava/lang/StringBuffer;
            pop
        17: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* buffer */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 1 // java.lang.StringBuffer buffer
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   18     0    this  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            1   18     1  buffer  Ljava/lang/StringBuffer;
            5   15     2  values  [Ljava/lang/Object;
            7   14     3       i  I
            8   14     4       l  I

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
         0: .line 62
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 63
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.hashCode:([C)I
            iadd
            istore 1 /* result */
         2: .line 64
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            ifnonnull 3
            iconst_0
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo int
      StackMap stack: int
         3: aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.hashCode:()I
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo int
      StackMap stack: int int
         4: iadd
            istore 1 /* result */
         5: .line 65
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            1    6     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
        start local 1 // java.lang.Object obj
         0: .line 69
            aload 0 /* this */
            aload 1 /* obj */
            if_acmpne 2
         1: .line 70
            iconst_1
            ireturn
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            ifnonnull 4
         3: .line 73
            iconst_0
            ireturn
         4: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* obj */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 6
         5: .line 76
            iconst_0
            ireturn
         6: .line 78
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo other
         7: .line 79
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.name:[C
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.name:[C
            invokestatic java.util.Arrays.equals:([C[C)Z
            ifne 9
         8: .line 80
            iconst_0
            ireturn
         9: .line 82
      StackMap locals: org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            ifnonnull 12
        10: .line 83
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            ifnull 14
        11: .line 84
            iconst_0
            ireturn
        12: .line 86
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo.value:Ljava/lang/Object;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifne 14
        13: .line 87
            iconst_0
            ireturn
        14: .line 89
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo other
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.compiler.classfmt.ElementValuePairInfo this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   15     0   this  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
            0   15     1    obj  Ljava/lang/Object;
            7   15     2  other  Lorg/eclipse/jdt/internal/compiler/classfmt/ElementValuePairInfo;
    MethodParameters:
      Name  Flags
      obj   
}
SourceFile: "ElementValuePairInfo.java"