final class com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent implements com.oracle.truffle.polyglot.PolyglotManagement$Event
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent
  super_class: java.lang.Object
{
  final com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode node;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
    flags: (0x0010) ACC_FINAL

  final java.util.List<org.graalvm.polyglot.Value> inputValues;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/graalvm/polyglot/Value;>;

  final org.graalvm.polyglot.Value returnValue;
    descriptor: Lorg/graalvm/polyglot/Value;
    flags: (0x0010) ACC_FINAL

  final org.graalvm.polyglot.PolyglotException exception;
    descriptor: Lorg/graalvm/polyglot/PolyglotException;
    flags: (0x0010) ACC_FINAL

  void <init>(com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode, java.util.List<org.graalvm.polyglot.Value>, org.graalvm.polyglot.Value, org.graalvm.polyglot.PolyglotException);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;Ljava/util/List;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/PolyglotException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
        start local 1 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode node
        start local 2 // java.util.List inputValues
        start local 3 // org.graalvm.polyglot.Value returnValue
        start local 4 // org.graalvm.polyglot.PolyglotException ex
         0: .line 312
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 313
            aload 0 /* this */
            aload 1 /* node */
            putfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.node:Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
         2: .line 314
            aload 0 /* this */
            aload 2 /* inputValues */
            putfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.inputValues:Ljava/util/List;
         3: .line 315
            aload 0 /* this */
            aload 3 /* returnValue */
            putfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.returnValue:Lorg/graalvm/polyglot/Value;
         4: .line 316
            aload 0 /* this */
            aload 4 /* ex */
            putfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.exception:Lorg/graalvm/polyglot/PolyglotException;
         5: .line 317
            return
        end local 4 // org.graalvm.polyglot.PolyglotException ex
        end local 3 // org.graalvm.polyglot.Value returnValue
        end local 2 // java.util.List inputValues
        end local 1 // com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode node
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    6     0         this  Lcom/oracle/truffle/polyglot/PolyglotManagement$DynamicEvent;
            0    6     1         node  Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            0    6     2  inputValues  Ljava/util/List<Lorg/graalvm/polyglot/Value;>;
            0    6     3  returnValue  Lorg/graalvm/polyglot/Value;
            0    6     4           ex  Lorg/graalvm/polyglot/PolyglotException;
    Signature: (Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;Ljava/util/List<Lorg/graalvm/polyglot/Value;>;Lorg/graalvm/polyglot/Value;Lorg/graalvm/polyglot/PolyglotException;)V
    MethodParameters:
             Name  Flags
      node         
      inputValues  
      returnValue  
      ex           

  public java.lang.String getRootName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
         0: .line 320
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.node:Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            invokevirtual com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.getRootName:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$DynamicEvent;

  public org.graalvm.polyglot.PolyglotException getException();
    descriptor: ()Lorg/graalvm/polyglot/PolyglotException;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
         0: .line 324
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.exception:Lorg/graalvm/polyglot/PolyglotException;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$DynamicEvent;

  public org.graalvm.polyglot.SourceSection getLocation();
    descriptor: ()Lorg/graalvm/polyglot/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
         0: .line 328
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.node:Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.location:Lorg/graalvm/polyglot/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$DynamicEvent;

  public java.util.List<org.graalvm.polyglot.Value> getInputValues();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
         0: .line 332
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.inputValues:Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$DynamicEvent;
    Signature: ()Ljava/util/List<Lorg/graalvm/polyglot/Value;>;

  public org.graalvm.polyglot.Value getReturnValue();
    descriptor: ()Lorg/graalvm/polyglot/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
         0: .line 336
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.returnValue:Lorg/graalvm/polyglot/Value;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$DynamicEvent;

  public com.oracle.truffle.api.instrumentation.EventContext getContext();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
         0: .line 340
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent.node:Lcom/oracle/truffle/polyglot/PolyglotManagement$AbstractNode;
            getfield com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode.context:Lcom/oracle/truffle/api/instrumentation/EventContext;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotManagement$DynamicEvent;
}
SourceFile: "PolyglotManagement.java"
NestHost: com.oracle.truffle.polyglot.PolyglotManagement
InnerClasses:
  abstract AbstractNode = com.oracle.truffle.polyglot.PolyglotManagement$AbstractNode of com.oracle.truffle.polyglot.PolyglotManagement
  final DynamicEvent = com.oracle.truffle.polyglot.PolyglotManagement$DynamicEvent of com.oracle.truffle.polyglot.PolyglotManagement
  abstract Event = com.oracle.truffle.polyglot.PolyglotManagement$Event of com.oracle.truffle.polyglot.PolyglotManagement