class org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator extends org.eclipse.jdt.core.dom.ASTVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator
  super_class: org.eclipse.jdt.core.dom.ASTVisitor
{
  private org.eclipse.jdt.core.compiler.CategorizedProblem[] problems;
    descriptor: [Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
    flags: (0x0002) ACC_PRIVATE

  void <init>(org.eclipse.jdt.core.compiler.CategorizedProblem[]);
    descriptor: ([Lorg/eclipse/jdt/core/compiler/CategorizedProblem;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.compiler.CategorizedProblem[] problems
         0: .line 29
            aload 0 /* this */
            iconst_1
            invokespecial org.eclipse.jdt.core.dom.ASTVisitor.<init>:(Z)V
         1: .line 30
            aload 0 /* this */
            aload 1 /* problems */
            putfield org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.problems:[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
         2: .line 31
            return
        end local 1 // org.eclipse.jdt.core.compiler.CategorizedProblem[] problems
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    3     1  problems  [Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
    MethodParameters:
          Name  Flags
      problems  

  private boolean checkAndTagAsMalformed(org.eclipse.jdt.core.dom.ASTNode);
    descriptor: (Lorg/eclipse/jdt/core/dom/ASTNode;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=10, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.ASTNode node
         0: .line 34
            iconst_0
            istore 2 /* tagWithErrors */
        start local 2 // boolean tagWithErrors
         1: .line 35
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.problems:[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
            arraylength
            istore 4 /* max */
        start local 4 // int max
         3: goto 20
         4: .line 36
      StackMap locals: int int int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.problems:[Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
            iload 3 /* i */
            aaload
            astore 5 /* problem */
        start local 5 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
         5: .line 37
            aload 5 /* problem */
            invokevirtual org.eclipse.jdt.core.compiler.CategorizedProblem.getID:()I
            tableswitch { // 1610612940 - 1610612998
           1610612940: 6
           1610612941: 6
           1610612942: 7
           1610612943: 7
           1610612944: 7
           1610612945: 6
           1610612946: 6
           1610612947: 7
           1610612948: 7
           1610612949: 7
           1610612950: 7
           1610612951: 7
           1610612952: 7
           1610612953: 7
           1610612954: 7
           1610612955: 7
           1610612956: 7
           1610612957: 7
           1610612958: 7
           1610612959: 7
           1610612960: 7
           1610612961: 7
           1610612962: 7
           1610612963: 7
           1610612964: 7
           1610612965: 7
           1610612966: 6
           1610612967: 6
           1610612968: 6
           1610612969: 6
           1610612970: 6
           1610612971: 6
           1610612972: 6
           1610612973: 6
           1610612974: 6
           1610612975: 6
           1610612976: 6
           1610612977: 6
           1610612978: 6
           1610612979: 7
           1610612980: 7
           1610612981: 7
           1610612982: 7
           1610612983: 7
           1610612984: 7
           1610612985: 7
           1610612986: 6
           1610612987: 6
           1610612988: 6
           1610612989: 6
           1610612990: 6
           1610612991: 6
           1610612992: 6
           1610612993: 6
           1610612994: 6
           1610612995: 6
           1610612996: 6
           1610612997: 7
           1610612998: 6
              default: 7
          }
         6: .line 67
      StackMap locals: org.eclipse.jdt.core.compiler.CategorizedProblem
      StackMap stack:
            goto 8
         7: .line 69
      StackMap locals:
      StackMap stack:
            goto 19
         8: .line 71
      StackMap locals:
      StackMap stack:
            aload 5 /* problem */
            invokevirtual org.eclipse.jdt.core.compiler.CategorizedProblem.getSourceStart:()I
            istore 6 /* position */
        start local 6 // int position
         9: .line 72
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getStartPosition:()I
            istore 7 /* start */
        start local 7 // int start
        10: .line 73
            iload 7 /* start */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getLength:()I
            iadd
            istore 8 /* end */
        start local 8 // int end
        11: .line 74
            iload 7 /* start */
            iload 6 /* position */
            if_icmpgt 19
            iload 6 /* position */
            iload 8 /* end */
            if_icmpgt 19
        12: .line 75
            aload 1 /* node */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getFlags:()I
            iconst_1
            ior
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.setFlags:(I)V
        13: .line 77
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getParent:()Lorg/eclipse/jdt/core/dom/ASTNode;
            astore 9 /* currentNode */
        start local 9 // org.eclipse.jdt.core.dom.ASTNode currentNode
        14: .line 78
            goto 17
        15: .line 79
      StackMap locals: org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator org.eclipse.jdt.core.dom.ASTNode int int int org.eclipse.jdt.core.compiler.CategorizedProblem int int int org.eclipse.jdt.core.dom.ASTNode
      StackMap stack:
            aload 9 /* currentNode */
            aload 9 /* currentNode */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getFlags:()I
            bipush -2
            iand
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.setFlags:(I)V
        16: .line 80
            aload 9 /* currentNode */
            invokevirtual org.eclipse.jdt.core.dom.ASTNode.getParent:()Lorg/eclipse/jdt/core/dom/ASTNode;
            astore 9 /* currentNode */
        17: .line 78
      StackMap locals:
      StackMap stack:
            aload 9 /* currentNode */
            ifnonnull 15
        18: .line 82
            iconst_1
            istore 2 /* tagWithErrors */
        end local 9 // org.eclipse.jdt.core.dom.ASTNode currentNode
        end local 8 // int end
        end local 7 // int start
        end local 6 // int position
        end local 5 // org.eclipse.jdt.core.compiler.CategorizedProblem problem
        19: .line 35
      StackMap locals: org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator org.eclipse.jdt.core.dom.ASTNode int int int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 3 /* i */
            iload 4 /* max */
            if_icmplt 4
        end local 4 // int max
        end local 3 // int i
        21: .line 85
            iload 2 /* tagWithErrors */
            ireturn
        end local 2 // boolean tagWithErrors
        end local 1 // org.eclipse.jdt.core.dom.ASTNode node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0           this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0   22     1           node  Lorg/eclipse/jdt/core/dom/ASTNode;
            1   22     2  tagWithErrors  Z
            2   21     3              i  I
            3   21     4            max  I
            5   19     5        problem  Lorg/eclipse/jdt/core/compiler/CategorizedProblem;
            9   19     6       position  I
           10   19     7          start  I
           11   19     8            end  I
           14   19     9    currentNode  Lorg/eclipse/jdt/core/dom/ASTNode;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.FieldDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/FieldDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.FieldDeclaration node
         0: .line 90
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.FieldDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/FieldDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.MethodDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/MethodDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.MethodDeclaration node
         0: .line 95
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.MethodDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/MethodDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.ModuleDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/ModuleDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.ModuleDeclaration node
         0: .line 100
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.ModuleDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/ModuleDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.PackageDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/PackageDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.PackageDeclaration node
         0: .line 105
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.PackageDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/PackageDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.ImportDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/ImportDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.ImportDeclaration node
         0: .line 110
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.ImportDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/ImportDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.CompilationUnit);
    descriptor: (Lorg/eclipse/jdt/core/dom/CompilationUnit;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.CompilationUnit node
         0: .line 115
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.CompilationUnit node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/CompilationUnit;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.AnnotationTypeDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/AnnotationTypeDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.AnnotationTypeDeclaration node
         0: .line 120
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.AnnotationTypeDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/AnnotationTypeDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.EnumDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/EnumDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.EnumDeclaration node
         0: .line 125
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.EnumDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/EnumDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.TypeDeclaration);
    descriptor: (Lorg/eclipse/jdt/core/dom/TypeDeclaration;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.TypeDeclaration node
         0: .line 130
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.TypeDeclaration node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/TypeDeclaration;
    MethodParameters:
      Name  Flags
      node  

  public boolean visit(org.eclipse.jdt.core.dom.Initializer);
    descriptor: (Lorg/eclipse/jdt/core/dom/Initializer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
        start local 1 // org.eclipse.jdt.core.dom.Initializer node
         0: .line 135
            aload 0 /* this */
            aload 1 /* node */
            invokevirtual org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator.checkAndTagAsMalformed:(Lorg/eclipse/jdt/core/dom/ASTNode;)Z
            ireturn
        end local 1 // org.eclipse.jdt.core.dom.Initializer node
        end local 0 // org.eclipse.jdt.core.dom.ASTSyntaxErrorPropagator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/core/dom/ASTSyntaxErrorPropagator;
            0    1     1  node  Lorg/eclipse/jdt/core/dom/Initializer;
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "ASTSyntaxErrorPropagator.java"