public class javax.el.CompositeELResolver extends javax.el.ELResolver
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.el.CompositeELResolver
  super_class: javax.el.ELResolver
{
  private static final java.lang.Class<?> SCOPED_ATTRIBUTE_EL_RESOLVER;
    descriptor: Ljava/lang/Class;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  private int size;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private javax.el.ELResolver[] resolvers;
    descriptor: [Ljavax/el/ELResolver;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=1, args_size=0
         0: .line 28
            aconst_null
            astore 0 /* clazz */
        start local 0 // java.lang.Class clazz
         1: .line 30
            ldc "javax.servlet.jsp.el.ScopedAttributeELResolver"
            invokestatic java.lang.Class.forName:(Ljava/lang/String;)Ljava/lang/Class;
            astore 0 /* clazz */
         2: .line 31
            goto 4
      StackMap locals: java.lang.Class
      StackMap stack: java.lang.ClassNotFoundException
         3: pop
         4: .line 34
      StackMap locals:
      StackMap stack:
            aload 0 /* clazz */
            putstatic javax.el.CompositeELResolver.SCOPED_ATTRIBUTE_EL_RESOLVER:Ljava/lang/Class;
        end local 0 // java.lang.Class clazz
         5: .line 35
            return
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            1    5     0  clazz  Ljava/lang/Class<*>;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.ClassNotFoundException

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.el.CompositeELResolver this
         0: .line 41
            aload 0 /* this */
            invokespecial javax.el.ELResolver.<init>:()V
         1: .line 42
            aload 0 /* this */
            iconst_0
            putfield javax.el.CompositeELResolver.size:I
         2: .line 43
            aload 0 /* this */
            bipush 8
            anewarray javax.el.ELResolver
            putfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
         3: .line 44
            return
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljavax/el/CompositeELResolver;

  public void add(javax.el.ELResolver);
    descriptor: (Ljavax/el/ELResolver;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELResolver elResolver
         0: .line 47
            aload 1 /* elResolver */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 49
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            arraylength
            if_icmplt 5
         2: .line 50
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            iconst_2
            imul
            anewarray javax.el.ELResolver
            astore 2 /* nr */
        start local 2 // javax.el.ELResolver[] nr
         3: .line 51
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iconst_0
            aload 2 /* nr */
            iconst_0
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         4: .line 52
            aload 0 /* this */
            aload 2 /* nr */
            putfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
        end local 2 // javax.el.ELResolver[] nr
         5: .line 54
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            aload 0 /* this */
            dup
            getfield javax.el.CompositeELResolver.size:I
            dup_x1
            iconst_1
            iadd
            putfield javax.el.CompositeELResolver.size:I
            aload 1 /* elResolver */
            aastore
         6: .line 55
            return
        end local 1 // javax.el.ELResolver elResolver
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Ljavax/el/CompositeELResolver;
            0    7     1  elResolver  Ljavax/el/ELResolver;
            3    5     2          nr  [Ljavax/el/ELResolver;
    MethodParameters:
            Name  Flags
      elResolver  

  public java.lang.Object getValue(javax.el.ELContext, java.lang.Object, java.lang.Object);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 59
            aload 1 /* context */
            iconst_0
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         1: .line 60
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            istore 4 /* sz */
        start local 4 // int sz
         2: .line 61
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 62
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 5 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* base */
            aload 3 /* property */
            invokevirtual javax.el.ELResolver.getValue:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 6 /* result */
        start local 6 // java.lang.Object result
         5: .line 63
            aload 1 /* context */
            invokevirtual javax.el.ELContext.isPropertyResolved:()Z
            ifeq 7
         6: .line 64
            aload 6 /* result */
            areturn
        end local 6 // java.lang.Object result
         7: .line 61
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* sz */
            if_icmplt 4
        end local 5 // int i
         9: .line 67
            aconst_null
            areturn
        end local 4 // int sz
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Ljavax/el/CompositeELResolver;
            0   10     1   context  Ljavax/el/ELContext;
            0   10     2      base  Ljava/lang/Object;
            0   10     3  property  Ljava/lang/Object;
            2   10     4        sz  I
            3    9     5         i  I
            5    7     6    result  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      context   
      base      
      property  

  public  invoke(javax.el.ELContext, , , java.lang.Class<?>[], []);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=9, args_size=6
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object method
        start local 4 // java.lang.Class[] paramTypes
        start local 5 // java.lang.Object[] params
         0: .line 76
            aload 1 /* context */
            iconst_0
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         1: .line 77
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            istore 6 /* sz */
        start local 6 // int sz
         2: .line 78
            iconst_0
            istore 7 /* i */
        start local 7 // int i
         3: goto 8
         4: .line 79
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 7 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* base */
            aload 3 /* method */
            aload 4 /* paramTypes */
            aload 5 /* params */
            invokevirtual javax.el.ELResolver.invoke:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/lang/Object;
            astore 8 /* obj */
        start local 8 // java.lang.Object obj
         5: .line 80
            aload 1 /* context */
            invokevirtual javax.el.ELContext.isPropertyResolved:()Z
            ifeq 7
         6: .line 81
            aload 8 /* obj */
            areturn
        end local 8 // java.lang.Object obj
         7: .line 78
      StackMap locals:
      StackMap stack:
            iinc 7 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 7 /* i */
            iload 6 /* sz */
            if_icmplt 4
        end local 7 // int i
         9: .line 84
            aconst_null
            areturn
        end local 6 // int sz
        end local 5 // java.lang.Object[] params
        end local 4 // java.lang.Class[] paramTypes
        end local 3 // java.lang.Object method
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljavax/el/CompositeELResolver;
            0   10     1     context  Ljavax/el/ELContext;
            0   10     2        base  Ljava/lang/Object;
            0   10     3      method  Ljava/lang/Object;
            0   10     4  paramTypes  [Ljava/lang/Class;
            0   10     5      params  [Ljava/lang/Object;
            2   10     6          sz  I
            3    9     7           i  I
            5    7     8         obj  Ljava/lang/Object;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/Class<*>;[Ljava/lang/Object;)Ljava/lang/Object;
    MethodParameters:
            Name  Flags
      context     
      base        
      method      
      paramTypes  
      params      

  public java.lang.Class<?> getType(javax.el.ELContext, , );
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 89
            aload 1 /* context */
            iconst_0
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         1: .line 90
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            istore 4 /* sz */
        start local 4 // int sz
         2: .line 91
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 13
         4: .line 92
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 5 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* base */
            aload 3 /* property */
            invokevirtual javax.el.ELResolver.getType:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class;
            astore 6 /* type */
        start local 6 // java.lang.Class type
         5: .line 93
            aload 1 /* context */
            invokevirtual javax.el.ELContext.isPropertyResolved:()Z
            ifeq 12
         6: .line 94
            getstatic javax.el.CompositeELResolver.SCOPED_ATTRIBUTE_EL_RESOLVER:Ljava/lang/Class;
            ifnull 11
         7: .line 95
            getstatic javax.el.CompositeELResolver.SCOPED_ATTRIBUTE_EL_RESOLVER:Ljava/lang/Class;
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 5 /* i */
            aaload
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 11
         8: .line 99
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 5 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* base */
            aload 3 /* property */
            invokevirtual javax.el.ELResolver.getValue:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            astore 7 /* value */
        start local 7 // java.lang.Object value
         9: .line 100
            aload 7 /* value */
            ifnull 11
        10: .line 101
            aload 7 /* value */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            areturn
        end local 7 // java.lang.Object value
        11: .line 104
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 6 /* type */
            areturn
        end local 6 // java.lang.Class type
        12: .line 91
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 5 /* i */
            iload 4 /* sz */
            if_icmplt 4
        end local 5 // int i
        14: .line 107
            aconst_null
            areturn
        end local 4 // int sz
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   15     0      this  Ljavax/el/CompositeELResolver;
            0   15     1   context  Ljavax/el/ELContext;
            0   15     2      base  Ljava/lang/Object;
            0   15     3  property  Ljava/lang/Object;
            2   15     4        sz  I
            3   14     5         i  I
            5   12     6      type  Ljava/lang/Class<*>;
            9   11     7     value  Ljava/lang/Object;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
          Name  Flags
      context   
      base      
      property  

  public void setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
        start local 4 // java.lang.Object value
         0: .line 112
            aload 1 /* context */
            iconst_0
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         1: .line 113
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            istore 5 /* sz */
        start local 5 // int sz
         2: .line 114
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         3: goto 8
         4: .line 115
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 6 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* base */
            aload 3 /* property */
            aload 4 /* value */
            invokevirtual javax.el.ELResolver.setValue:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
         5: .line 116
            aload 1 /* context */
            invokevirtual javax.el.ELContext.isPropertyResolved:()Z
            ifeq 7
         6: .line 117
            return
         7: .line 114
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 6 /* i */
            iload 5 /* sz */
            if_icmplt 4
        end local 6 // int i
         9: .line 120
            return
        end local 5 // int sz
        end local 4 // java.lang.Object value
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Ljavax/el/CompositeELResolver;
            0   10     1   context  Ljavax/el/ELContext;
            0   10     2      base  Ljava/lang/Object;
            0   10     3  property  Ljava/lang/Object;
            0   10     4     value  Ljava/lang/Object;
            2   10     5        sz  I
            3    9     6         i  I
    MethodParameters:
          Name  Flags
      context   
      base      
      property  
      value     

  public boolean isReadOnly(javax.el.ELContext, java.lang.Object, java.lang.Object);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object base
        start local 3 // java.lang.Object property
         0: .line 124
            aload 1 /* context */
            iconst_0
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         1: .line 125
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            istore 4 /* sz */
        start local 4 // int sz
         2: .line 126
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 127
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 5 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* base */
            aload 3 /* property */
            invokevirtual javax.el.ELResolver.isReadOnly:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Z
            istore 6 /* readOnly */
        start local 6 // boolean readOnly
         5: .line 128
            aload 1 /* context */
            invokevirtual javax.el.ELContext.isPropertyResolved:()Z
            ifeq 7
         6: .line 129
            iload 6 /* readOnly */
            ireturn
        end local 6 // boolean readOnly
         7: .line 126
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* sz */
            if_icmplt 4
        end local 5 // int i
         9: .line 132
            iconst_0
            ireturn
        end local 4 // int sz
        end local 3 // java.lang.Object property
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   10     0      this  Ljavax/el/CompositeELResolver;
            0   10     1   context  Ljavax/el/ELContext;
            0   10     2      base  Ljava/lang/Object;
            0   10     3  property  Ljava/lang/Object;
            2   10     4        sz  I
            3    9     5         i  I
            5    7     6  readOnly  Z
    MethodParameters:
          Name  Flags
      context   
      base      
      property  

  public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext, );
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/util/Iterator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object base
         0: .line 137
            new javax.el.CompositeELResolver$FeatureIterator
            dup
            aload 1 /* context */
            aload 2 /* base */
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            invokespecial javax.el.CompositeELResolver$FeatureIterator.<init>:(Ljavax/el/ELContext;Ljava/lang/Object;[Ljavax/el/ELResolver;I)V
            areturn
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljavax/el/CompositeELResolver;
            0    1     1  context  Ljavax/el/ELContext;
            0    1     2     base  Ljava/lang/Object;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/util/Iterator<Ljava/beans/FeatureDescriptor;>;
    MethodParameters:
         Name  Flags
      context  
      base     

  public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext, );
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object base
         0: .line 142
            aconst_null
            astore 3 /* commonType */
        start local 3 // java.lang.Class commonType
         1: .line 143
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            istore 4 /* sz */
        start local 4 // int sz
         2: .line 144
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 145
      StackMap locals: java.lang.Class int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 5 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* base */
            invokevirtual javax.el.ELResolver.getCommonPropertyType:(Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class;
            astore 6 /* type */
        start local 6 // java.lang.Class type
         5: .line 146
            aload 6 /* type */
            ifnull 7
            aload 3 /* commonType */
            ifnull 6
            aload 3 /* commonType */
            aload 6 /* type */
            invokevirtual java.lang.Class.isAssignableFrom:(Ljava/lang/Class;)Z
            ifeq 7
         6: .line 147
      StackMap locals: java.lang.Class
      StackMap stack:
            aload 6 /* type */
            astore 3 /* commonType */
        end local 6 // java.lang.Class type
         7: .line 144
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* sz */
            if_icmplt 4
        end local 5 // int i
         9: .line 150
            aload 3 /* commonType */
            areturn
        end local 4 // int sz
        end local 3 // java.lang.Class commonType
        end local 2 // java.lang.Object base
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Ljavax/el/CompositeELResolver;
            0   10     1     context  Ljavax/el/ELContext;
            0   10     2        base  Ljava/lang/Object;
            1   10     3  commonType  Ljava/lang/Class<*>;
            2   10     4          sz  I
            3    9     5           i  I
            5    7     6        type  Ljava/lang/Class<*>;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
         Name  Flags
      context  
      base     

  public  convertToType(javax.el.ELContext, , java.lang.Class<?>);
    descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=4
        start local 0 // javax.el.CompositeELResolver this
        start local 1 // javax.el.ELContext context
        start local 2 // java.lang.Object obj
        start local 3 // java.lang.Class type
         0: .line 155
            aload 1 /* context */
            iconst_0
            invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
         1: .line 156
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.size:I
            istore 4 /* sz */
        start local 4 // int sz
         2: .line 157
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         3: goto 8
         4: .line 158
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield javax.el.CompositeELResolver.resolvers:[Ljavax/el/ELResolver;
            iload 5 /* i */
            aaload
            aload 1 /* context */
            aload 2 /* obj */
            aload 3 /* type */
            invokevirtual javax.el.ELResolver.convertToType:(Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            astore 6 /* result */
        start local 6 // java.lang.Object result
         5: .line 159
            aload 1 /* context */
            invokevirtual javax.el.ELContext.isPropertyResolved:()Z
            ifeq 7
         6: .line 160
            aload 6 /* result */
            areturn
        end local 6 // java.lang.Object result
         7: .line 157
      StackMap locals:
      StackMap stack:
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            iload 4 /* sz */
            if_icmplt 4
        end local 5 // int i
         9: .line 163
            aconst_null
            areturn
        end local 4 // int sz
        end local 3 // java.lang.Class type
        end local 2 // java.lang.Object obj
        end local 1 // javax.el.ELContext context
        end local 0 // javax.el.CompositeELResolver this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   10     0     this  Ljavax/el/CompositeELResolver;
            0   10     1  context  Ljavax/el/ELContext;
            0   10     2      obj  Ljava/lang/Object;
            0   10     3     type  Ljava/lang/Class<*>;
            2   10     4       sz  I
            3    9     5        i  I
            5    7     6   result  Ljava/lang/Object;
    Signature: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Class<*>;)Ljava/lang/Object;
    MethodParameters:
         Name  Flags
      context  
      obj      
      type     
}
SourceFile: "CompositeELResolver.java"
NestMembers:
  javax.el.CompositeELResolver$FeatureIterator
InnerClasses:
  private final FeatureIterator = javax.el.CompositeELResolver$FeatureIterator of javax.el.CompositeELResolver