final class jdk.internal.org.objectweb.asm.CurrentFrame extends jdk.internal.org.objectweb.asm.Frame
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.CurrentFrame
  super_class: jdk.internal.org.objectweb.asm.Frame
{
  void <init>(jdk.internal.org.objectweb.asm.Label);
    descriptor: (Ljdk/internal/org/objectweb/asm/Label;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
        start local 1 // jdk.internal.org.objectweb.asm.Label owner
         0: .line 70
            aload 0 /* this */
            aload 1 /* owner */
            invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:(Ljdk/internal/org/objectweb/asm/Label;)V
         1: .line 71
            return
        end local 1 // jdk.internal.org.objectweb.asm.Label owner
        end local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Ljdk/internal/org/objectweb/asm/CurrentFrame;
            0    2     1  owner  Ljdk/internal/org/objectweb/asm/Label;
    MethodParameters:
       Name  Flags
      owner  final

  void execute(int, int, jdk.internal.org.objectweb.asm.Symbol, jdk.internal.org.objectweb.asm.SymbolTable);
    descriptor: (IILjdk/internal/org/objectweb/asm/Symbol;Ljdk/internal/org/objectweb/asm/SymbolTable;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
        start local 1 // int opcode
        start local 2 // int arg
        start local 3 // jdk.internal.org.objectweb.asm.Symbol symbolArg
        start local 4 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
         0: .line 81
            aload 0 /* this */
            iload 1 /* opcode */
            iload 2 /* arg */
            aload 3 /* symbolArg */
            aload 4 /* symbolTable */
            invokespecial jdk.internal.org.objectweb.asm.Frame.execute:(IILjdk/internal/org/objectweb/asm/Symbol;Ljdk/internal/org/objectweb/asm/SymbolTable;)V
         1: .line 82
            new jdk.internal.org.objectweb.asm.Frame
            dup
            aconst_null
            invokespecial jdk.internal.org.objectweb.asm.Frame.<init>:(Ljdk/internal/org/objectweb/asm/Label;)V
            astore 5 /* successor */
        start local 5 // jdk.internal.org.objectweb.asm.Frame successor
         2: .line 83
            aload 0 /* this */
            aload 4 /* symbolTable */
            aload 5 /* successor */
            iconst_0
            invokevirtual jdk.internal.org.objectweb.asm.CurrentFrame.merge:(Ljdk/internal/org/objectweb/asm/SymbolTable;Ljdk/internal/org/objectweb/asm/Frame;I)Z
            pop
         3: .line 84
            aload 0 /* this */
            aload 5 /* successor */
            invokevirtual jdk.internal.org.objectweb.asm.CurrentFrame.copyFrom:(Ljdk/internal/org/objectweb/asm/Frame;)V
         4: .line 85
            return
        end local 5 // jdk.internal.org.objectweb.asm.Frame successor
        end local 4 // jdk.internal.org.objectweb.asm.SymbolTable symbolTable
        end local 3 // jdk.internal.org.objectweb.asm.Symbol symbolArg
        end local 2 // int arg
        end local 1 // int opcode
        end local 0 // jdk.internal.org.objectweb.asm.CurrentFrame this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Ljdk/internal/org/objectweb/asm/CurrentFrame;
            0    5     1       opcode  I
            0    5     2          arg  I
            0    5     3    symbolArg  Ljdk/internal/org/objectweb/asm/Symbol;
            0    5     4  symbolTable  Ljdk/internal/org/objectweb/asm/SymbolTable;
            2    5     5    successor  Ljdk/internal/org/objectweb/asm/Frame;
    MethodParameters:
             Name  Flags
      opcode       final
      arg          final
      symbolArg    final
      symbolTable  final
}
SourceFile: "CurrentFrame.java"