class com.oracle.js.parser.Parser$4 extends com.oracle.js.parser.Parser$VerifyDestructuringPatternNodeVisitor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.js.parser.Parser$4
  super_class: com.oracle.js.parser.Parser$VerifyDestructuringPatternNodeVisitor
{
  final com.oracle.js.parser.Parser this$0;
    descriptor: Lcom/oracle/js/parser/Parser;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.util.function.Consumer val$identifierCallback;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.js.parser.Parser, com.oracle.js.parser.Parser, com.oracle.js.parser.ir.LexicalContext, java.util.function.Consumer);
    descriptor: (Lcom/oracle/js/parser/Parser;Lcom/oracle/js/parser/Parser;Lcom/oracle/js/parser/ir/LexicalContext;Ljava/util/function/Consumer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.oracle.js.parser.Parser$4 this
        start local 3 // com.oracle.js.parser.ir.LexicalContext $anonymous0
         0: .line 2550
            aload 0 /* this */
            aload 2
            putfield com.oracle.js.parser.Parser$4.this$0:Lcom/oracle/js/parser/Parser;
            aload 0 /* this */
            aload 4
            putfield com.oracle.js.parser.Parser$4.val$identifierCallback:Ljava/util/function/Consumer;
            aload 0 /* this */
            aload 1
            aload 3 /* $anonymous0 */
            invokespecial com.oracle.js.parser.Parser$VerifyDestructuringPatternNodeVisitor.<init>:(Lcom/oracle/js/parser/Parser;Lcom/oracle/js/parser/ir/LexicalContext;)V
            return
        end local 3 // com.oracle.js.parser.ir.LexicalContext $anonymous0
        end local 0 // com.oracle.js.parser.Parser$4 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/js/parser/Parser$4;
            0    1     3  $anonymous0  Lcom/oracle/js/parser/ir/LexicalContext;
    MethodParameters:
                        Name  Flags
      this$0                  final
      this$1                  final
      $anonymous0             
      val$identifierCallback  final

  protected void verifySpreadElement(com.oracle.js.parser.ir.Expression);
    descriptor: (Lcom/oracle/js/parser/ir/Expression;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$4 this
        start local 1 // com.oracle.js.parser.ir.Expression lvalue
         0: .line 2553
            aload 1 /* lvalue */
            instanceof com.oracle.js.parser.ir.IdentNode
            ifeq 3
         1: .line 2554
            aload 0 /* this */
            aload 1 /* lvalue */
            checkcast com.oracle.js.parser.ir.IdentNode
            invokevirtual com.oracle.js.parser.Parser$4.enterIdentNode:(Lcom/oracle/js/parser/ir/IdentNode;)Z
            pop
         2: .line 2555
            goto 7
      StackMap locals:
      StackMap stack:
         3: aload 0 /* this */
            getfield com.oracle.js.parser.Parser$4.this$0:Lcom/oracle/js/parser/Parser;
            aload 1 /* lvalue */
            invokevirtual com.oracle.js.parser.Parser.isDestructuringLhs:(Lcom/oracle/js/parser/ir/Expression;)Z
            ifeq 6
         4: .line 2556
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$4.this$0:Lcom/oracle/js/parser/Parser;
            aload 1 /* lvalue */
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$4.val$identifierCallback:Ljava/util/function/Consumer;
            invokevirtual com.oracle.js.parser.Parser.verifyDestructuringBindingPattern:(Lcom/oracle/js/parser/ir/Expression;Ljava/util/function/Consumer;)V
         5: .line 2557
            goto 7
         6: .line 2558
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$4.this$0:Lcom/oracle/js/parser/Parser;
            ldc "Expected a valid binding identifier"
            aload 1 /* lvalue */
            invokevirtual com.oracle.js.parser.ir.Expression.getToken:()J
            invokevirtual com.oracle.js.parser.Parser.error:(Ljava/lang/String;J)Lcom/oracle/js/parser/ParserException;
            athrow
         7: .line 2560
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.js.parser.ir.Expression lvalue
        end local 0 // com.oracle.js.parser.Parser$4 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    8     0    this  Lcom/oracle/js/parser/Parser$4;
            0    8     1  lvalue  Lcom/oracle/js/parser/ir/Expression;
    MethodParameters:
        Name  Flags
      lvalue  

  public boolean enterIdentNode(com.oracle.js.parser.ir.IdentNode);
    descriptor: (Lcom/oracle/js/parser/ir/IdentNode;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$4 this
        start local 1 // com.oracle.js.parser.ir.IdentNode identNode
         0: .line 2564
            aload 1 /* identNode */
            invokevirtual com.oracle.js.parser.ir.IdentNode.isParenthesized:()Z
            ifeq 2
         1: .line 2565
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$4.this$0:Lcom/oracle/js/parser/Parser;
            ldc "Expected a valid binding identifier"
            aload 1 /* identNode */
            invokevirtual com.oracle.js.parser.ir.IdentNode.getToken:()J
            invokevirtual com.oracle.js.parser.Parser.error:(Ljava/lang/String;J)Lcom/oracle/js/parser/ParserException;
            athrow
         2: .line 2567
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$4.val$identifierCallback:Ljava/util/function/Consumer;
            aload 1 /* identNode */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         3: .line 2568
            iconst_0
            ireturn
        end local 1 // com.oracle.js.parser.ir.IdentNode identNode
        end local 0 // com.oracle.js.parser.Parser$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lcom/oracle/js/parser/Parser$4;
            0    4     1  identNode  Lcom/oracle/js/parser/ir/IdentNode;
    MethodParameters:
           Name  Flags
      identNode  

  protected boolean enterDefault(com.oracle.js.parser.ir.Node);
    descriptor: (Lcom/oracle/js/parser/ir/Node;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.js.parser.Parser$4 this
        start local 1 // com.oracle.js.parser.ir.Node node
         0: .line 2573
            aload 0 /* this */
            getfield com.oracle.js.parser.Parser$4.this$0:Lcom/oracle/js/parser/Parser;
            ldc "unexpected node in BindingPattern: %s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 1 /* node */
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            invokevirtual com.oracle.js.parser.Parser.error:(Ljava/lang/String;)Lcom/oracle/js/parser/ParserException;
            athrow
        end local 1 // com.oracle.js.parser.ir.Node node
        end local 0 // com.oracle.js.parser.Parser$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/js/parser/Parser$4;
            0    1     1  node  Lcom/oracle/js/parser/ir/Node;
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "Parser.java"
EnclosingMethod: com.oracle.js.parser.Parser.verifyDestructuringBindingPattern:(Lcom/oracle/js/parser/ir/Expression;Ljava/util/function/Consumer;)V
NestHost: com.oracle.js.parser.Parser
InnerClasses:
  com.oracle.js.parser.Parser$4
  private abstract VerifyDestructuringPatternNodeVisitor = com.oracle.js.parser.Parser$VerifyDestructuringPatternNodeVisitor of com.oracle.js.parser.Parser