public class org.eclipse.jdt.internal.compiler.lookup.TypeBound extends org.eclipse.jdt.internal.compiler.lookup.ReductionResult
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.TypeBound
  super_class: org.eclipse.jdt.internal.compiler.lookup.ReductionResult
{
  org.eclipse.jdt.internal.compiler.lookup.InferenceVariable left;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
    flags: (0x0000) 

  boolean isSoft;
    descriptor: Z
    flags: (0x0000) 

  long nullHints;
    descriptor: J
    flags: (0x0000) 

  static org.eclipse.jdt.internal.compiler.lookup.TypeBound createBoundOrDependency(org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, org.eclipse.jdt.internal.compiler.lookup.InferenceVariable);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/InferenceSubstitution;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution theta
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable variable
         0: .line 33
            new org.eclipse.jdt.internal.compiler.lookup.TypeBound
            dup
            aload 2 /* variable */
            aload 0 /* theta */
            aload 0 /* theta */
            aload 1 /* type */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution.substitute:(Lorg/eclipse/jdt/internal/compiler/lookup/Substitution;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_2
            iconst_1
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeBound.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable variable
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding type
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.InferenceSubstitution theta
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0     theta  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceSubstitution;
            0    1     1      type  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    1     2  variable  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
    MethodParameters:
          Name  Flags
      theta     
      type      
      variable  

  void <init>(org.eclipse.jdt.internal.compiler.lookup.InferenceVariable, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable inferenceVariable
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        start local 3 // int relation
         0: .line 38
            aload 0 /* this */
            aload 1 /* inferenceVariable */
            aload 2 /* typeBinding */
            iload 3 /* relation */
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.lookup.TypeBound.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
         1: .line 39
            return
        end local 3 // int relation
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable inferenceVariable
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;
            0    2     1  inferenceVariable  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            0    2     2        typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0    2     3           relation  I
    MethodParameters:
                   Name  Flags
      inferenceVariable  
      typeBinding        
      relation           

  void <init>(org.eclipse.jdt.internal.compiler.lookup.InferenceVariable, org.eclipse.jdt.internal.compiler.lookup.TypeBinding, int, boolean);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;IZ)V
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable inferenceVariable
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        start local 3 // int relation
        start local 4 // boolean isSoft
         0: .line 41
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.ReductionResult.<init>:()V
         1: .line 42
            aload 0 /* this */
            aload 1 /* inferenceVariable */
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.left:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
         2: .line 43
            aload 0 /* this */
            aload 2 /* typeBinding */
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         3: .line 44
            aload 1 /* inferenceVariable */
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.tagBits:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            lor
            ldc 108086391056891904
            land
            lconst_0
            lcmp
            ifeq 14
         4: .line 45
            aload 1 /* inferenceVariable */
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.tagBits:J
            ldc 108086391056891904
            land
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            ldc 108086391056891904
            land
            lcmp
            ifne 8
         5: .line 47
            aload 0 /* this */
            aload 1 /* inferenceVariable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.withoutToplevelNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            checkcast org.eclipse.jdt.internal.compiler.lookup.InferenceVariable
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.left:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
         6: .line 48
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.withoutToplevelNullAnnotation:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         7: .line 49
            goto 14
         8: .line 50
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBound org.eclipse.jdt.internal.compiler.lookup.InferenceVariable org.eclipse.jdt.internal.compiler.lookup.TypeBinding int int
      StackMap stack:
            lconst_0
            lstore 5 /* mask */
        start local 5 // long mask
         9: .line 52
            iload 3 /* relation */
            tableswitch { // 2 - 4
                    2: 11
                    3: 12
                    4: 10
              default: 13
          }
        10: .line 53
      StackMap locals: long
      StackMap stack:
            ldc 108086391056891904
            lstore 5 /* mask */
            goto 13
        11: .line 54
      StackMap locals:
      StackMap stack:
            ldc 72057594037927936
            lstore 5 /* mask */
            goto 13
        12: .line 55
      StackMap locals:
      StackMap stack:
            ldc 36028797018963968
            lstore 5 /* mask */
        13: .line 57
      StackMap locals:
      StackMap stack:
            aload 1 /* inferenceVariable */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.prototype:()Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            dup
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.nullHints:J
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBinding.tagBits:J
            lload 5 /* mask */
            land
            lor
            putfield org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.nullHints:J
        end local 5 // long mask
        14: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 3 /* relation */
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.relation:I
        15: .line 61
            aload 0 /* this */
            iload 4 /* isSoft */
            putfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.isSoft:Z
        16: .line 62
            return
        end local 4 // boolean isSoft
        end local 3 // int relation
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding typeBinding
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.InferenceVariable inferenceVariable
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   17     0               this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;
            0   17     1  inferenceVariable  Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            0   17     2        typeBinding  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            0   17     3           relation  I
            0   17     4             isSoft  Z
            9   14     5               mask  J
    MethodParameters:
                   Name  Flags
      inferenceVariable  
      typeBinding        
      relation           
      isSoft             

  boolean isBound();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
         0: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isProperType:(Z)Z
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
         0: .line 71
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.left:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.hashCode:()I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.relation:I
            iadd
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;

  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.lookup.TypeBound this
        start local 1 // java.lang.Object obj
         0: .line 76
            aload 1 /* obj */
            instanceof org.eclipse.jdt.internal.compiler.lookup.TypeBound
            ifeq 4
         1: .line 77
            aload 1 /* obj */
            checkcast org.eclipse.jdt.internal.compiler.lookup.TypeBound
            astore 2 /* other */
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBound other
         2: .line 78
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.relation:I
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.relation:I
            if_icmpne 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.left:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.left:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            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 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* other */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            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 3
            iconst_1
            ireturn
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBound
      StackMap stack:
         3: iconst_0
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.TypeBound other
         4: .line 80
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;
            0    5     1    obj  Ljava/lang/Object;
            2    4     2  other  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;
    MethodParameters:
      Name  Flags
      obj   

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isProperType:(Z)Z
            istore 1 /* isBound */
        start local 1 // boolean isBound
         1: .line 87
            new java.lang.StringBuffer
            dup
            invokespecial java.lang.StringBuffer.<init>:()V
            astore 2 /* buf */
        start local 2 // java.lang.StringBuffer buf
         2: .line 88
            aload 2 /* buf */
            iload 1 /* isBound */
            ifeq 3
            ldc "TypeBound  "
            goto 4
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBound int java.lang.StringBuffer
      StackMap stack: java.lang.StringBuffer
         3: ldc "Dependency "
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBound int java.lang.StringBuffer
      StackMap stack: java.lang.StringBuffer java.lang.String
         4: invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         5: .line 89
            aload 2 /* buf */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.left:Lorg/eclipse/jdt/internal/compiler/lookup/InferenceVariable;
            getfield org.eclipse.jdt.internal.compiler.lookup.InferenceVariable.sourceName:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         6: .line 90
            aload 2 /* buf */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.relation:I
            invokestatic org.eclipse.jdt.internal.compiler.lookup.TypeBound.relationToString:(I)Ljava/lang/String;
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         7: .line 91
            aload 2 /* buf */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.lookup.TypeBound.right:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.readableName:()[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         8: .line 92
            aload 2 /* buf */
            invokevirtual java.lang.StringBuffer.toString:()Ljava/lang/String;
            areturn
        end local 2 // java.lang.StringBuffer buf
        end local 1 // boolean isBound
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.TypeBound this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0     this  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBound;
            1    9     1  isBound  Z
            2    9     2      buf  Ljava/lang/StringBuffer;
}
SourceFile: "TypeBound.java"