class org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl implements org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl
  super_class: java.lang.Object
{
  int counter;
    descriptor: I
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl this
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;

  public org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl increment(long);
    descriptor: (J)Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl this
        start local 1 // long offset
         0: .line 145
            aload 0 /* this */
            dup
            getfield org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl.counter:I
            iconst_1
            iadd
            putfield org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl.counter:I
         1: .line 146
            aload 0 /* this */
            areturn
        end local 1 // long offset
        end local 0 // org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;
            0    2     1  offset  J
    MethodParameters:
        Name  Flags
      offset  

  static void init();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=0, locals=0, args_size=0
         0: .line 150
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterface increment(long);
    descriptor: (J)Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterface;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl.increment:(J)Lorg/graalvm/compiler/replacements/test/PEGraphDecoderTest$SingleInterfaceImpl;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "PEGraphDecoderTest.java"
NestHost: org.graalvm.compiler.replacements.test.PEGraphDecoderTest
InnerClasses:
  public abstract SingleInterface = org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterface of org.graalvm.compiler.replacements.test.PEGraphDecoderTest
  SingleInterfaceImpl = org.graalvm.compiler.replacements.test.PEGraphDecoderTest$SingleInterfaceImpl of org.graalvm.compiler.replacements.test.PEGraphDecoderTest