public class org.eclipse.jdt.internal.compiler.lookup.ProblemBinding extends org.eclipse.jdt.internal.compiler.lookup.Binding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.ProblemBinding
  super_class: org.eclipse.jdt.internal.compiler.lookup.Binding
{
  public char[] name;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding searchType;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
    flags: (0x0001) ACC_PUBLIC

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

  public void <init>(char[][], int);
    descriptor: ([[CI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
        start local 1 // char[][] compoundName
        start local 2 // int problemId
         0: .line 25
            aload 0 /* this */
            aload 1 /* compoundName */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            iload 2 /* problemId */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.<init>:([CI)V
         1: .line 26
            return
        end local 2 // int problemId
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemBinding;
            0    2     1  compoundName  [[C
            0    2     2     problemId  I
    MethodParameters:
              Name  Flags
      compoundName  
      problemId     

  public void <init>(char[][], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int);
    descriptor: ([[CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
        start local 1 // char[][] compoundName
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding searchType
        start local 3 // int problemId
         0: .line 30
            aload 0 /* this */
            aload 1 /* compoundName */
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            aload 2 /* searchType */
            iload 3 /* problemId */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.<init>:([CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
         1: .line 31
            return
        end local 3 // int problemId
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding searchType
        end local 1 // char[][] compoundName
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemBinding;
            0    2     1  compoundName  [[C
            0    2     2    searchType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    2     3     problemId  I
    MethodParameters:
              Name  Flags
      compoundName  
      searchType    
      problemId     

  void <init>(char[], int);
    descriptor: ([CI)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
        start local 1 // char[] name
        start local 2 // int problemId
         0: .line 32
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.Binding.<init>:()V
         1: .line 33
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.name:[C
         2: .line 34
            aload 0 /* this */
            iload 2 /* problemId */
            putfield org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.problemId:I
         3: .line 35
            return
        end local 2 // int problemId
        end local 1 // char[] name
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemBinding;
            0    4     1       name  [C
            0    4     2  problemId  I
    MethodParameters:
           Name  Flags
      name       
      problemId  

  void <init>(char[], org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding, int);
    descriptor: ([CLorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
        start local 1 // char[] name
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding searchType
        start local 3 // int problemId
         0: .line 37
            aload 0 /* this */
            aload 1 /* name */
            iload 3 /* problemId */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.<init>:([CI)V
         1: .line 38
            aload 0 /* this */
            aload 2 /* searchType */
            putfield org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.searchType:Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
         2: .line 39
            return
        end local 3 // int problemId
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ReferenceBinding searchType
        end local 1 // char[] name
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemBinding;
            0    3     1        name  [C
            0    3     2  searchType  Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            0    3     3   problemId  I
    MethodParameters:
            Name  Flags
      name        
      searchType  
      problemId   

  public final int kind();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
         0: .line 46
            bipush 7
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemBinding;

  public final int problemId();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
         0: .line 55
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.problemId:I
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemBinding;

  public char[] readableName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
         0: .line 59
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.ProblemBinding.name:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.ProblemBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/ProblemBinding;
}
SourceFile: "ProblemBinding.java"