class com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1 extends com.oracle.truffle.api.impl.asm.ClassWriter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1
  super_class: com.oracle.truffle.api.impl.asm.ClassWriter
{
  final com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator this$0;
    descriptor: Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator, int);
    descriptor: (Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1 this
        start local 2 // int $anonymous0
         0: .line 268
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1.this$0:Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator;
            aload 0 /* this */
            iload 2 /* $anonymous0 */
            invokespecial com.oracle.truffle.api.impl.asm.ClassWriter.<init>:(I)V
            return
        end local 2 // int $anonymous0
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$1;
            0    1     2  $anonymous0  I
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  protected java.lang.String getCommonSuperClass(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1 this
        start local 1 // java.lang.String type1
        start local 2 // java.lang.String type2
         0: .line 276
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1.this$0:Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator;
            aload 1 /* type1 */
            aload 2 /* type2 */
            invokevirtual com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator.getCommonSuperClass:(Ljava/lang/String;Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 2 // java.lang.String type2
        end local 1 // java.lang.String type1
        end local 0 // com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/polyglot/HostAdapterBytecodeGenerator$1;
            0    1     1  type1  Ljava/lang/String;
            0    1     2  type2  Ljava/lang/String;
    MethodParameters:
       Name  Flags
      type1  final
      type2  final
}
SourceFile: "HostAdapterBytecodeGenerator.java"
EnclosingMethod: com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator.<init>:(Ljava/lang/Class;Ljava/util/List;Ljava/lang/ClassLoader;Lcom/oracle/truffle/polyglot/HostClassCache;Z)V
NestHost: com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator
InnerClasses:
  com.oracle.truffle.polyglot.HostAdapterBytecodeGenerator$1