public final class org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType extends java.lang.Enum<org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
  super_class: java.lang.Enum
{
  public static final org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType LSL;
    descriptor: Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType LSR;
    descriptor: Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType ASR;
    descriptor: Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType ROR;
    descriptor: Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public final int encoding;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  private static final org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType[] ENUM$VALUES;
    descriptor: [Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 738
            new org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
            dup
            ldc "LSL"
            iconst_0
            iconst_0
            invokespecial org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.<init>:(Ljava/lang/String;II)V
            putstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.LSL:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
         1: .line 739
            new org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
            dup
            ldc "LSR"
            iconst_1
            iconst_1
            invokespecial org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.<init>:(Ljava/lang/String;II)V
            putstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.LSR:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
         2: .line 740
            new org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
            dup
            ldc "ASR"
            iconst_2
            iconst_2
            invokespecial org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.<init>:(Ljava/lang/String;II)V
            putstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.ASR:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
         3: .line 741
            new org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
            dup
            ldc "ROR"
            iconst_3
            iconst_3
            invokespecial org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.<init>:(Ljava/lang/String;II)V
            putstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.ROR:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
         4: .line 737
            iconst_4
            anewarray org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
            dup
            iconst_0
            getstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.LSL:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            aastore
            dup
            iconst_1
            getstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.LSR:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            aastore
            dup
            iconst_2
            getstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.ASR:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            aastore
            dup
            iconst_3
            getstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.ROR:Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            aastore
            putstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.ENUM$VALUES:[Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType this
        start local 3 // int encoding
         0: .line 745
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 746
            aload 0 /* this */
            iload 3 /* encoding */
            putfield org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.encoding:I
         2: .line 747
            return
        end local 3 // int encoding
        end local 0 // org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            0    3     3  encoding  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      encoding       

  public static org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType[] values();
    descriptor: ()[Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType.ENUM$VALUES:[Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lorg/graalvm/compiler/asm/aarch64/AArch64Assembler$ShiftType;>;
SourceFile: "AArch64Assembler.java"
NestHost: org.graalvm.compiler.asm.aarch64.AArch64Assembler
InnerClasses:
  public final ShiftType = org.graalvm.compiler.asm.aarch64.AArch64Assembler$ShiftType of org.graalvm.compiler.asm.aarch64.AArch64Assembler