public class org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding extends org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding
  super_class: org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding
{
  org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] preciseTypes;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0000) 

  public void <init>(org.eclipse.jdt.internal.compiler.ast.LocalDeclaration, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration declaration
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 3 // int modifiers
        start local 4 // boolean isArgument
         0: .line 23
            aload 0 /* this */
            aload 1 /* declaration */
            aload 2 /* type */
            iload 3 /* modifiers */
            iload 4 /* isArgument */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.LocalVariableBinding.<init>:(Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
         1: .line 20
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.lookup.Binding.NO_EXCEPTIONS:[Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding.preciseTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         2: .line 24
            return
        end local 4 // boolean isArgument
        end local 3 // int modifiers
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 1 // org.eclipse.jdt.internal.compiler.ast.LocalDeclaration declaration
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/eclipse/jdt/internal/compiler/lookup/CatchParameterBinding;
            0    3     1  declaration  Lorg/eclipse/jdt/internal/compiler/ast/LocalDeclaration;
            0    3     2         type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    3     3    modifiers  I
            0    3     4   isArgument  Z
    MethodParameters:
             Name  Flags
      declaration  
      type         
      modifiers    
      isArgument   

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding[] getPreciseTypes();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
         0: .line 27
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding.preciseTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/CatchParameterBinding;

  public void setPreciseType(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding raisedException
         0: .line 31
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding.preciseTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            arraylength
            istore 2 /* length */
        start local 2 // int length
         1: .line 32
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 6
         3: .line 33
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding.preciseTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 3 /* i */
            aaload
            aload 1 /* raisedException */
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBinding.equalsEquals:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Z
            ifeq 5
         4: .line 34
            return
         5: .line 32
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 3 /* i */
            iload 2 /* length */
            if_icmplt 3
        end local 3 // int i
         7: .line 36
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding.preciseTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            aload 0 /* this */
            iload 2 /* length */
            iconst_1
            iadd
            anewarray org.eclipse.jdt.internal.compiler.lookup.TypeBinding
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding.preciseTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_0
            iload 2 /* length */
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
         8: .line 37
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding.preciseTypes:[Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iload 2 /* length */
            aload 1 /* raisedException */
            aastore
         9: .line 38
            return
        end local 2 // int length
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding raisedException
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0             this  Lorg/eclipse/jdt/internal/compiler/lookup/CatchParameterBinding;
            0   10     1  raisedException  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            1   10     2           length  I
            2    7     3                i  I
    MethodParameters:
                 Name  Flags
      raisedException  

  public boolean isCatchParameter();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
         0: .line 42
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.CatchParameterBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/CatchParameterBinding;
}
SourceFile: "CatchParameterBinding.java"