public class com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty
  super_class: java.lang.Object
{
  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.regex.tregex.util.json.JsonConvertible value;
    descriptor: Lcom/oracle/truffle/regex/tregex/util/json/JsonConvertible;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.lang.String, com.oracle.truffle.regex.tregex.util.json.JsonConvertible);
    descriptor: (Ljava/lang/String;Lcom/oracle/truffle/regex/tregex/util/json/JsonConvertible;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty this
        start local 1 // java.lang.String name
        start local 2 // com.oracle.truffle.regex.tregex.util.json.JsonConvertible value
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 0 /* this */
            aload 1 /* name */
            putfield com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty.name:Ljava/lang/String;
         2: .line 57
            aload 0 /* this */
            aload 2 /* value */
            putfield com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty.value:Lcom/oracle/truffle/regex/tregex/util/json/JsonConvertible;
         3: .line 58
            return
        end local 2 // com.oracle.truffle.regex.tregex.util.json.JsonConvertible value
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/regex/tregex/util/json/JsonObject$JsonObjectProperty;
            0    4     1   name  Ljava/lang/String;
            0    4     2  value  Lcom/oracle/truffle/regex/tregex/util/json/JsonConvertible;
    MethodParameters:
       Name  Flags
      name   
      value  
}
SourceFile: "JsonObject.java"
NestHost: com.oracle.truffle.regex.tregex.util.json.JsonObject
InnerClasses:
  public JsonObjectProperty = com.oracle.truffle.regex.tregex.util.json.JsonObject$JsonObjectProperty of com.oracle.truffle.regex.tregex.util.json.JsonObject