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

  public org.eclipse.jdt.internal.compiler.ast.Argument argument;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/Argument;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(char[], int, int, org.eclipse.jdt.internal.compiler.ast.TypeReference);
    descriptor: ([CIILorg/eclipse/jdt/internal/compiler/ast/TypeReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=7, args_size=5
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // char[] name
        start local 2 // int startPos
        start local 3 // int endPos
        start local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
         0: .line 25
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.Expression.<init>:()V
         1: .line 26
            aload 0 /* this */
            aload 1 /* name */
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.token:[C
         2: .line 27
            aload 0 /* this */
            iload 2 /* startPos */
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.sourceStart:I
         3: .line 28
            aload 0 /* this */
            iload 3 /* endPos */
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.sourceEnd:I
         4: .line 29
            iload 2 /* startPos */
            i2l
            bipush 32
            lshl
            iload 3 /* endPos */
            i2l
            ladd
            lstore 5 /* pos */
        start local 5 // long pos
         5: .line 30
            aload 0 /* this */
            new org.eclipse.jdt.internal.compiler.ast.Argument
            dup
            aload 1 /* name */
            lload 5 /* pos */
            aload 4 /* typeRef */
            iconst_0
            invokespecial org.eclipse.jdt.internal.compiler.ast.Argument.<init>:([CJLorg/eclipse/jdt/internal/compiler/ast/TypeReference;I)V
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
         6: .line 31
            aload 0 /* this */
            dup
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.bits:I
            ldc 32768
            ior
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.bits:I
         7: .line 32
            return
        end local 5 // long pos
        end local 4 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        end local 3 // int endPos
        end local 2 // int startPos
        end local 1 // char[] name
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0    8     1      name  [C
            0    8     2  startPos  I
            0    8     3    endPos  I
            0    8     4   typeRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            5    8     5       pos  J
    MethodParameters:
          Name  Flags
      name      
      startPos  
      endPos    
      typeRef   

  private org.eclipse.jdt.internal.compiler.lookup.TypeBinding internalResolveType(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 38
            aload 0 /* this */
            getstatic org.eclipse.jdt.internal.compiler.impl.Constant.NotAConstant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.constant:Lorg/eclipse/jdt/internal/compiler/impl/Constant;
         1: .line 39
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnull 5
         2: .line 40
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifeq 3
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            goto 4
      StackMap locals:
      StackMap stack:
         3: aconst_null
      StackMap locals:
      StackMap stack: org.eclipse.jdt.internal.compiler.lookup.TypeBinding
         4: areturn
         5: .line 42
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnull 33
         6: .line 43
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            getfield org.eclipse.jdt.internal.compiler.ast.Argument.type:Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
            astore 2 /* typeRef */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
         7: .line 44
            aload 2 /* typeRef */
            ifnull 33
         8: .line 45
            aload 0 /* this */
            aload 2 /* typeRef */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.getTypeBinding:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
         9: .line 46
            aload 2 /* typeRef */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            putfield org.eclipse.jdt.internal.compiler.ast.TypeReference.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
        10: .line 49
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            ifnonnull 12
        11: .line 50
            aconst_null
            areturn
        12: .line 52
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.TypeReference
      StackMap stack:
            aload 2 /* typeRef */
            instanceof org.eclipse.jdt.internal.compiler.ast.SingleTypeReference
            ifeq 17
        13: .line 53
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            ifnull 17
        14: .line 54
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilerOptions:()Lorg/eclipse/jdt/internal/compiler/impl/CompilerOptions;
            getfield org.eclipse.jdt.internal.compiler.impl.CompilerOptions.complianceLevel:J
            ldc 3145728
            lcmp
            ifgt 17
        15: .line 55
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.sourceStart:I
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.sourceEnd:I
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidMemberTypeQualification:(III)V
        16: .line 58
            goto 27
      StackMap locals:
      StackMap stack:
        17: aload 2 /* typeRef */
            instanceof org.eclipse.jdt.internal.compiler.ast.QualifiedTypeReference
            ifeq 27
        18: .line 59
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.leafComponentType:()Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            astore 3 /* enclosingType */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding enclosingType
        19: .line 60
            aload 3 /* enclosingType */
            ifnull 27
        20: .line 63
            iconst_2
            istore 4 /* compoundLength */
        start local 4 // int compoundLength
        21: .line 64
            goto 23
      StackMap locals: org.eclipse.jdt.internal.compiler.lookup.TypeBinding int
      StackMap stack:
        22: iinc 4 /* compoundLength */ 1
      StackMap locals:
      StackMap stack:
        23: aload 3 /* enclosingType */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.enclosingType:()Lorg/eclipse/jdt/internal/compiler/lookup/ReferenceBinding;
            dup
            astore 3 /* enclosingType */
            ifnonnull 22
        24: .line 65
            aload 2 /* typeRef */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.TypeReference.getTypeName:()[[C
            arraylength
            istore 5 /* typeNameLength */
        start local 5 // int typeNameLength
        25: .line 66
            iload 5 /* typeNameLength */
            iload 4 /* compoundLength */
            if_icmpeq 27
            iload 5 /* typeNameLength */
            iload 4 /* compoundLength */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.getPackage:()Lorg/eclipse/jdt/internal/compiler/lookup/PackageBinding;
            getfield org.eclipse.jdt.internal.compiler.lookup.PackageBinding.compoundName:[[C
            arraylength
            iadd
            if_icmpeq 27
        26: .line 67
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceStart:I
            aload 2 /* typeRef */
            getfield org.eclipse.jdt.internal.compiler.ast.TypeReference.sourceEnd:I
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidMemberTypeQualification:(III)V
        end local 5 // int typeNameLength
        end local 4 // int compoundLength
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.TypeBinding enclosingType
        27: .line 71
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.TypeBinding.isValidBinding:()Z
            ifne 30
        28: .line 72
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 2 /* typeRef */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocInvalidType:(Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;I)V
        29: .line 73
            aconst_null
            areturn
        30: .line 75
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.isTypeUseDeprecated:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
            ifeq 32
        31: .line 76
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            aload 2 /* typeRef */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.getDeclarationModifiers:()I
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.javadocDeprecatedType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Lorg/eclipse/jdt/internal/compiler/ast/ASTNode;I)V
        32: .line 78
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.environment:()Lorg/eclipse/jdt/internal/compiler/lookup/LookupEnvironment;
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            iconst_1
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.LookupEnvironment.convertToRawType:(Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;Z)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            dup_x1
            putfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.resolvedType:Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 2 // org.eclipse.jdt.internal.compiler.ast.TypeReference typeRef
        33: .line 81
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   34     0            this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0   34     1           scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            7   33     2         typeRef  Lorg/eclipse/jdt/internal/compiler/ast/TypeReference;
           19   27     3   enclosingType  Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
           21   27     4  compoundLength  I
           25   27     5  typeNameLength  I
    MethodParameters:
       Name  Flags
      scope  

  public java.lang.StringBuffer printExpression(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 86
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnonnull 4
         1: .line 87
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.token:[C
            ifnull 5
         2: .line 88
            aload 2 /* output */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.token:[C
            invokevirtual java.lang.StringBuffer.append:([C)Ljava/lang/StringBuffer;
            pop
         3: .line 90
            goto 5
         4: .line 92
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Argument.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         5: .line 94
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0    6     1  indent  I
            0    6     2  output  Ljava/lang/StringBuffer;
    MethodParameters:
        Name  Flags
      indent  
      output  

  public void resolve(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 99
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnull 2
         1: .line 100
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Argument.resolve:(Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         2: .line 102
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0    3     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
       Name  Flags
      scope  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveType(org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
         0: .line 106
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.internalResolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.BlockScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
       Name  Flags
      scope  

  public org.eclipse.jdt.internal.compiler.lookup.TypeBinding resolveType(org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
         0: .line 111
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.internalResolveType:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/TypeBinding;
            areturn
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.ClassScope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0    1     1  scope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
    MethodParameters:
       Name  Flags
      scope  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.BlockScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
         0: .line 120
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)Z
            ifeq 3
         1: .line 121
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnull 3
         2: .line 122
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            aload 1 /* visitor */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Argument.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         3: .line 125
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;)V
         4: .line 126
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.BlockScope blockScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0    5     1     visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0    5     2  blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/BlockScope;
    MethodParameters:
            Name  Flags
      visitor     
      blockScope  

  public void traverse(org.eclipse.jdt.internal.compiler.ASTVisitor, org.eclipse.jdt.internal.compiler.lookup.ClassScope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
        start local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope blockScope
         0: .line 129
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.visit:(Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)Z
            ifeq 3
         1: .line 130
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            ifnull 3
         2: .line 131
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression.argument:Lorg/eclipse/jdt/internal/compiler/ast/Argument;
            aload 1 /* visitor */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.Argument.traverse:(Lorg/eclipse/jdt/internal/compiler/ASTVisitor;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
         3: .line 134
      StackMap locals:
      StackMap stack:
            aload 1 /* visitor */
            aload 0 /* this */
            aload 2 /* blockScope */
            invokevirtual org.eclipse.jdt.internal.compiler.ASTVisitor.endVisit:(Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;)V
         4: .line 135
            return
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.ClassScope blockScope
        end local 1 // org.eclipse.jdt.internal.compiler.ASTVisitor visitor
        end local 0 // org.eclipse.jdt.internal.compiler.ast.JavadocArgumentExpression this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/eclipse/jdt/internal/compiler/ast/JavadocArgumentExpression;
            0    5     1     visitor  Lorg/eclipse/jdt/internal/compiler/ASTVisitor;
            0    5     2  blockScope  Lorg/eclipse/jdt/internal/compiler/lookup/ClassScope;
    MethodParameters:
            Name  Flags
      visitor     
      blockScope  
}
SourceFile: "JavadocArgumentExpression.java"