public class jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute extends jdk.internal.org.objectweb.asm.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute
  super_class: jdk.internal.org.objectweb.asm.Attribute
{
  private final java.lang.String targetPlatform;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
        start local 1 // java.lang.String targetPlatform
         0: .line 562
            aload 0 /* this */
            ldc "ModuleTarget"
            invokespecial jdk.internal.org.objectweb.asm.Attribute.<init>:(Ljava/lang/String;)V
         1: .line 563
            aload 0 /* this */
            aload 1 /* targetPlatform */
            putfield jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute.targetPlatform:Ljava/lang/String;
         2: .line 564
            return
        end local 1 // java.lang.String targetPlatform
        end local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Ljdk/internal/module/ClassFileAttributes$ModuleTargetAttribute;
            0    3     1  targetPlatform  Ljava/lang/String;
    MethodParameters:
                Name  Flags
      targetPlatform  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
         0: .line 567
            aload 0 /* this */
            aconst_null
            invokespecial jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute.<init>:(Ljava/lang/String;)V
         1: .line 568
            return
        end local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/module/ClassFileAttributes$ModuleTargetAttribute;

  public java.lang.String targetPlatform();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
         0: .line 571
            aload 0 /* this */
            getfield jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute.targetPlatform:Ljava/lang/String;
            areturn
        end local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/module/ClassFileAttributes$ModuleTargetAttribute;

  protected jdk.internal.org.objectweb.asm.Attribute read(jdk.internal.org.objectweb.asm.ClassReader, int, int, char[], int, jdk.internal.org.objectweb.asm.Label[]);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassReader;II[CI[Ljdk/internal/org/objectweb/asm/Label;)Ljdk/internal/org/objectweb/asm/Attribute;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=9, args_size=7
        start local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
        start local 1 // jdk.internal.org.objectweb.asm.ClassReader cr
        start local 2 // int off
        start local 3 // int len
        start local 4 // char[] buf
        start local 5 // int codeOff
        start local 6 // jdk.internal.org.objectweb.asm.Label[] labels
         0: .line 583
            aconst_null
            astore 7 /* targetPlatform */
        start local 7 // java.lang.String targetPlatform
         1: .line 585
            aload 1 /* cr */
            iload 2 /* off */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 8 /* target_platform_index */
        start local 8 // int target_platform_index
         2: .line 586
            iload 8 /* target_platform_index */
            ifeq 4
         3: .line 587
            aload 1 /* cr */
            iload 2 /* off */
            aload 4 /* buf */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUTF8:(I[C)Ljava/lang/String;
            astore 7 /* targetPlatform */
         4: .line 588
      StackMap locals: java.lang.String int
      StackMap stack:
            iinc 2 /* off */ 2
         5: .line 590
            new jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute
            dup
            aload 7 /* targetPlatform */
            invokespecial jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute.<init>:(Ljava/lang/String;)V
            areturn
        end local 8 // int target_platform_index
        end local 7 // java.lang.String targetPlatform
        end local 6 // jdk.internal.org.objectweb.asm.Label[] labels
        end local 5 // int codeOff
        end local 4 // char[] buf
        end local 3 // int len
        end local 2 // int off
        end local 1 // jdk.internal.org.objectweb.asm.ClassReader cr
        end local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Ljdk/internal/module/ClassFileAttributes$ModuleTargetAttribute;
            0    6     1                     cr  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    6     2                    off  I
            0    6     3                    len  I
            0    6     4                    buf  [C
            0    6     5                codeOff  I
            0    6     6                 labels  [Ljdk/internal/org/objectweb/asm/Label;
            1    6     7         targetPlatform  Ljava/lang/String;
            2    6     8  target_platform_index  I
    MethodParameters:
         Name  Flags
      cr       
      off      
      len      
      buf      
      codeOff  
      labels   

  protected jdk.internal.org.objectweb.asm.ByteVector write(jdk.internal.org.objectweb.asm.ClassWriter, byte[], int, int, int);
    descriptor: (Ljdk/internal/org/objectweb/asm/ClassWriter;[BIII)Ljdk/internal/org/objectweb/asm/ByteVector;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=8, args_size=6
        start local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
        start local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        start local 2 // byte[] code
        start local 3 // int len
        start local 4 // int maxStack
        start local 5 // int maxLocals
         0: .line 600
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 6 /* attr */
        start local 6 // jdk.internal.org.objectweb.asm.ByteVector attr
         1: .line 602
            iconst_0
            istore 7 /* target_platform_index */
        start local 7 // int target_platform_index
         2: .line 603
            aload 0 /* this */
            getfield jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute.targetPlatform:Ljava/lang/String;
            ifnull 4
            aload 0 /* this */
            getfield jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute.targetPlatform:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            ifle 4
         3: .line 604
            aload 1 /* cw */
            aload 0 /* this */
            getfield jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute.targetPlatform:Ljava/lang/String;
            invokevirtual jdk.internal.org.objectweb.asm.ClassWriter.newUTF8:(Ljava/lang/String;)I
            istore 7 /* target_platform_index */
         4: .line 605
      StackMap locals: jdk.internal.org.objectweb.asm.ByteVector int
      StackMap stack:
            aload 6 /* attr */
            iload 7 /* target_platform_index */
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         5: .line 607
            aload 6 /* attr */
            areturn
        end local 7 // int target_platform_index
        end local 6 // jdk.internal.org.objectweb.asm.ByteVector attr
        end local 5 // int maxLocals
        end local 4 // int maxStack
        end local 3 // int len
        end local 2 // byte[] code
        end local 1 // jdk.internal.org.objectweb.asm.ClassWriter cw
        end local 0 // jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    6     0                   this  Ljdk/internal/module/ClassFileAttributes$ModuleTargetAttribute;
            0    6     1                     cw  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    6     2                   code  [B
            0    6     3                    len  I
            0    6     4               maxStack  I
            0    6     5              maxLocals  I
            1    6     6                   attr  Ljdk/internal/org/objectweb/asm/ByteVector;
            2    6     7  target_platform_index  I
    MethodParameters:
           Name  Flags
      cw         
      code       
      len        
      maxStack   
      maxLocals  
}
SourceFile: "ClassFileAttributes.java"
NestHost: jdk.internal.module.ClassFileAttributes
InnerClasses:
  public ModuleTargetAttribute = jdk.internal.module.ClassFileAttributes$ModuleTargetAttribute of jdk.internal.module.ClassFileAttributes