final class com.oracle.truffle.st.CoverageEventFactory implements com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.st.CoverageEventFactory
  super_class: java.lang.Object
{
  private com.oracle.truffle.st.SimpleCoverageInstrument simpleCoverageInstrument;
    descriptor: Lcom/oracle/truffle/st/SimpleCoverageInstrument;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.oracle.truffle.st.SimpleCoverageInstrument);
    descriptor: (Lcom/oracle/truffle/st/SimpleCoverageInstrument;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.st.CoverageEventFactory this
        start local 1 // com.oracle.truffle.st.SimpleCoverageInstrument simpleCoverageInstrument
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            aload 1 /* simpleCoverageInstrument */
            putfield com.oracle.truffle.st.CoverageEventFactory.simpleCoverageInstrument:Lcom/oracle/truffle/st/SimpleCoverageInstrument;
         2: .line 62
            return
        end local 1 // com.oracle.truffle.st.SimpleCoverageInstrument simpleCoverageInstrument
        end local 0 // com.oracle.truffle.st.CoverageEventFactory this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    3     0                      this  Lcom/oracle/truffle/st/CoverageEventFactory;
            0    3     1  simpleCoverageInstrument  Lcom/oracle/truffle/st/SimpleCoverageInstrument;
    MethodParameters:
                          Name  Flags
      simpleCoverageInstrument  

  public com.oracle.truffle.api.instrumentation.ExecutionEventNode create(com.oracle.truffle.api.instrumentation.EventContext);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/EventContext;)Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.st.CoverageEventFactory this
        start local 1 // com.oracle.truffle.api.instrumentation.EventContext ec
         0: .line 70
            new com.oracle.truffle.st.CoverageNode
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.st.CoverageEventFactory.simpleCoverageInstrument:Lcom/oracle/truffle/st/SimpleCoverageInstrument;
            aload 1 /* ec */
            invokevirtual com.oracle.truffle.api.instrumentation.EventContext.getInstrumentedSourceSection:()Lcom/oracle/truffle/api/source/SourceSection;
            invokespecial com.oracle.truffle.st.CoverageNode.<init>:(Lcom/oracle/truffle/st/SimpleCoverageInstrument;Lcom/oracle/truffle/api/source/SourceSection;)V
            areturn
        end local 1 // com.oracle.truffle.api.instrumentation.EventContext ec
        end local 0 // com.oracle.truffle.st.CoverageEventFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/st/CoverageEventFactory;
            0    1     1    ec  Lcom/oracle/truffle/api/instrumentation/EventContext;
    MethodParameters:
      Name  Flags
      ec    final
}
SourceFile: "CoverageEventFactory.java"