public class org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding extends org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding
  super_class: org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding this
         0: .line 22
            aload 0 /* this */
            bipush 12
            getstatic org.eclipse.jdt.internal.compiler.lookup.TypeConstants.NULL:[C
            iconst_1
            newarray 5
            dup
            iconst_0
            bipush 78
            castore
            invokespecial org.eclipse.jdt.internal.compiler.lookup.BaseTypeBinding.<init>:(I[C[C)V
         1: .line 23
            return
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding clone(org.eclipse.jdt.internal.compiler.lookup.TypeBinding);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding enclosingType
         0: .line 27
            aload 0 /* this */
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding enclosingType
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            0    1     1  enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    MethodParameters:
               Name  Flags
      enclosingType  

  public void setTypeAnnotations(org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[], boolean);
    descriptor: ([Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        start local 2 // boolean evalNullAnnotations
         0: .line 32
            return
        end local 2 // boolean evalNullAnnotations
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.AnnotationBinding[] annotations
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
            0    1     1          annotations  [Lorg/eclipse/jdt/internal/compiler/lookup/AnnotationBinding;
            0    1     2  evalNullAnnotations  Z
    MethodParameters:
                     Name  Flags
      annotations          
      evalNullAnnotations  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding unannotated();
    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.NullTypeBinding this
         0: .line 37
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.lookup.NullTypeBinding this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/lookup/NullTypeBinding;
}
SourceFile: "NullTypeBinding.java"