public final class jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute extends jdk.internal.org.objectweb.asm.Attribute
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute
  super_class: jdk.internal.org.objectweb.asm.Attribute
{
  public static final int RESOLUTION_DO_NOT_RESOLVE_BY_DEFAULT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int RESOLUTION_WARN_DEPRECATED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int RESOLUTION_WARN_DEPRECATED_FOR_REMOVAL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int RESOLUTION_WARN_INCUBATING;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public int resolution;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute this
        start local 1 // int resolution
         0: .line 108
            aload 0 /* this */
            ldc "ModuleResolution"
            invokespecial jdk.internal.org.objectweb.asm.Attribute.<init>:(Ljava/lang/String;)V
         1: .line 109
            aload 0 /* this */
            iload 1 /* resolution */
            putfield jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute.resolution:I
         2: .line 110
            return
        end local 1 // int resolution
        end local 0 // jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/internal/org/objectweb/asm/commons/ModuleResolutionAttribute;
            0    3     1  resolution  I
    MethodParameters:
            Name  Flags
      resolution  final

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute this
         0: .line 118
            aload 0 /* this */
            iconst_0
            invokespecial jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute.<init>:(I)V
         1: .line 119
            return
        end local 0 // jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/internal/org/objectweb/asm/commons/ModuleResolutionAttribute;

  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=8, args_size=7
        start local 0 // jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute 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 124
            aload 1 /* cr */
            iload 2 /* off */
            invokevirtual jdk.internal.org.objectweb.asm.ClassReader.readUnsignedShort:(I)I
            istore 7 /* resolution */
        start local 7 // int resolution
         1: .line 125
            new jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute
            dup
            iload 7 /* resolution */
            invokespecial jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute.<init>:(I)V
            areturn
        end local 7 // int resolution
        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.org.objectweb.asm.commons.ModuleResolutionAttribute this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Ljdk/internal/org/objectweb/asm/commons/ModuleResolutionAttribute;
            0    2     1          cr  Ljdk/internal/org/objectweb/asm/ClassReader;
            0    2     2         off  I
            0    2     3         len  I
            0    2     4         buf  [C
            0    2     5     codeOff  I
            0    2     6      labels  [Ljdk/internal/org/objectweb/asm/Label;
            1    2     7  resolution  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=7, args_size=6
        start local 0 // jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute 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 131
            new jdk.internal.org.objectweb.asm.ByteVector
            dup
            invokespecial jdk.internal.org.objectweb.asm.ByteVector.<init>:()V
            astore 6 /* v */
        start local 6 // jdk.internal.org.objectweb.asm.ByteVector v
         1: .line 132
            aload 6 /* v */
            aload 0 /* this */
            getfield jdk.internal.org.objectweb.asm.commons.ModuleResolutionAttribute.resolution:I
            invokevirtual jdk.internal.org.objectweb.asm.ByteVector.putShort:(I)Ljdk/internal/org/objectweb/asm/ByteVector;
            pop
         2: .line 133
            aload 6 /* v */
            areturn
        end local 6 // jdk.internal.org.objectweb.asm.ByteVector v
        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.org.objectweb.asm.commons.ModuleResolutionAttribute this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Ljdk/internal/org/objectweb/asm/commons/ModuleResolutionAttribute;
            0    3     1         cw  Ljdk/internal/org/objectweb/asm/ClassWriter;
            0    3     2       code  [B
            0    3     3        len  I
            0    3     4   maxStack  I
            0    3     5  maxLocals  I
            1    3     6          v  Ljdk/internal/org/objectweb/asm/ByteVector;
    MethodParameters:
           Name  Flags
      cw         
      code       
      len        
      maxStack   
      maxLocals  
}
SourceFile: "ModuleResolutionAttribute.java"