class com.oracle.objectfile.elf.ELFMachine$1 extends com.oracle.objectfile.elf.ELFMachine
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: com.oracle.objectfile.elf.ELFMachine$1
  super_class: com.oracle.objectfile.elf.ELFMachine
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.objectfile.elf.ELFMachine$1 this
         0: .line 36
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial com.oracle.objectfile.elf.ELFMachine.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.oracle.objectfile.elf.ELFMachine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFMachine$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  java.lang.Class<? extends java.lang.Enum<? extends com.oracle.objectfile.ObjectFile$RelocationMethod>> relocationTypes();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.objectfile.elf.ELFMachine$1 this
         0: .line 39
            ldc Lcom/oracle/objectfile/elf/ELFDummyRelocation;
            areturn
        end local 0 // com.oracle.objectfile.elf.ELFMachine$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/objectfile/elf/ELFMachine$1;
    Signature: ()Ljava/lang/Class<+Ljava/lang/Enum<+Lcom/oracle/objectfile/ObjectFile$RelocationMethod;>;>;
}
SourceFile: "ELFMachine.java"
EnclosingMethod: com.oracle.objectfile.elf.ELFMachine
NestHost: com.oracle.objectfile.elf.ELFMachine
InnerClasses:
  public abstract RelocationMethod = com.oracle.objectfile.ObjectFile$RelocationMethod of com.oracle.objectfile.ObjectFile
  com.oracle.objectfile.elf.ELFMachine$1