public class org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant
  super_class: java.lang.Object
{
  org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enumType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0000) 

  org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
    flags: (0x0000) 

  char[] enumConstantName;
    descriptor: [C
    flags: (0x0000) 

  void <init>(org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment, char[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;[C)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enumType
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        start local 3 // char[] enumConstantName
         0: .line 36
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 37
            aload 0 /* this */
            aload 1 /* enumType */
            putfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         2: .line 38
            aload 0 /* this */
            aload 2 /* environment */
            putfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
         3: .line 39
            aload 0 /* this */
            aload 3 /* enumConstantName */
            putfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumConstantName:[C
         4: .line 40
            return
        end local 3 // char[] enumConstantName
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment environment
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding enumType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    5     0              this  Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair$UnresolvedEnumConstant;
            0    5     1          enumType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    5     2       environment  Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            0    5     3  enumConstantName  [C
    MethodParameters:
                  Name  Flags
      enumType          
      environment       
      enumConstantName  

  org.eclipse.jdt.internal.compiler.lookup.FieldBinding getResolved();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
    flags: (0x0000) 
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant this
         0: .line 42
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.isUnresolvedType:()Z
            ifeq 2
         1: .line 43
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.environment:Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            iconst_0
            invokestatic org.eclipse.jdt.internal.compiler.lookup.BinaryTypeBinding.resolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding
            putfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         2: .line 44
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumConstantName:[C
            iconst_0
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding.getField:([CZ)Lorg/eclipse/jdt/internal/compiler/lookup/FieldBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair$UnresolvedEnumConstant;

  public char[] getEnumConstantName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant this
         0: .line 47
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant.enumConstantName:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ElementValuePair$UnresolvedEnumConstant;
}
SourceFile: "ElementValuePair.java"
NestHost: org.eclipse.jdt.internal.compiler.lookup.ElementValuePair
InnerClasses:
  public UnresolvedEnumConstant = org.eclipse.jdt.internal.compiler.lookup.ElementValuePair$UnresolvedEnumConstant of org.eclipse.jdt.internal.compiler.lookup.ElementValuePair