class org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 implements org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
         0: .line 32
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toField();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
         0: .line 34
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toThrows(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // int rank
         0: .line 36
            aload 0 /* this */
            areturn
        end local 1 // int rank
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1  rank  I
    MethodParameters:
      Name  Flags
      rank  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeArgument(int);
    descriptor: (I)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // int rank
         0: .line 38
            aload 0 /* this */
            areturn
        end local 1 // int rank
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1  rank  I
    MethodParameters:
      Name  Flags
      rank  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toMethodParameter(short);
    descriptor: (S)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // short index
         0: .line 40
            aload 0 /* this */
            areturn
        end local 1 // short index
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1  index  S
    MethodParameters:
       Name  Flags
      index  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toSupertype(short, char[]);
    descriptor: (S[C)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // short index
        start local 2 // char[] superTypeSignature
         0: .line 42
            aload 0 /* this */
            areturn
        end local 2 // char[] superTypeSignature
        end local 1 // short index
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1               index  S
            0    1     2  superTypeSignature  [C
    MethodParameters:
                    Name  Flags
      index               
      superTypeSignature  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeParameterBounds(boolean, int);
    descriptor: (ZI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // boolean isClassTypeParameter
        start local 2 // int parameterRank
         0: .line 44
            aload 0 /* this */
            areturn
        end local 2 // int parameterRank
        end local 1 // boolean isClassTypeParameter
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1  isClassTypeParameter  Z
            0    1     2         parameterRank  I
    MethodParameters:
                      Name  Flags
      isClassTypeParameter  
      parameterRank         

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeBound(short);
    descriptor: (S)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // short boundIndex
         0: .line 46
            aload 0 /* this */
            areturn
        end local 1 // short boundIndex
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1  boundIndex  S
    MethodParameters:
            Name  Flags
      boundIndex  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toTypeParameter(boolean, int);
    descriptor: (ZI)Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // boolean isClassTypeParameter
        start local 2 // int rank
         0: .line 48
            aload 0 /* this */
            areturn
        end local 2 // int rank
        end local 1 // boolean isClassTypeParameter
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    1     0                  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1  isClassTypeParameter  Z
            0    1     2                  rank  I
    MethodParameters:
                      Name  Flags
      isClassTypeParameter  
      rank                  

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toMethodReturn();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
         0: .line 50
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toReceiver();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
         0: .line 52
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toWildcardBound();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
         0: .line 54
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toNextArrayDimension();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
         0: .line 56
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;

  public org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker toNextNestedType();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
         0: .line 58
            aload 0 /* this */
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;

  public org.eclipse.jdt.internal.compiler.env.IBinaryAnnotation[] getAnnotationsAtCursor(int, boolean);
    descriptor: (IZ)[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
        start local 1 // int currentTypeId
        start local 2 // boolean mayApplyArrayContentsDefaultNullness
         0: .line 60
            getstatic org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1.NO_ANNOTATIONS:[Lorg/eclipse/jdt/internal/compiler/env/IBinaryAnnotation;
            areturn
        end local 2 // boolean mayApplyArrayContentsDefaultNullness
        end local 1 // int currentTypeId
        end local 0 // org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1 this
      LocalVariableTable:
        Start  End  Slot                                  Name  Signature
            0    1     0                                  this  Lorg/eclipse/jdt/internal/compiler/env/ITypeAnnotationWalker$1;
            0    1     1                         currentTypeId  I
            0    1     2  mayApplyArrayContentsDefaultNullness  Z
    MethodParameters:
                                      Name  Flags
      currentTypeId                         
      mayApplyArrayContentsDefaultNullness  
}
SourceFile: "ITypeAnnotationWalker.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker
NestHost: org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker
InnerClasses:
  org.eclipse.jdt.internal.compiler.env.ITypeAnnotationWalker$1