public final class com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter
  super_class: java.lang.Object
{
  private int count;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter this
         0: .line 109
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 110
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/examples/StatementProfilerExample$Counter;

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter this
         0: .line 113
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter.count:I
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/examples/StatementProfilerExample$Counter;

  void increment();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter this
         0: .line 117
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter.count:I
            iconst_1
            iadd
            putfield com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter.count:I
         1: .line 118
            return
        end local 0 // com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/test/examples/StatementProfilerExample$Counter;
}
SourceFile: "StatementProfilerExample.java"
NestHost: com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample
InnerClasses:
  public final Counter = com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample$Counter of com.oracle.truffle.api.instrumentation.test.examples.StatementProfilerExample