class java.awt.font.NumericShaper$Range$1 extends java.awt.font.NumericShaper$Range
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: java.awt.font.NumericShaper$Range$1
  super_class: java.awt.font.NumericShaper$Range
{
  void <init>(java.lang.String, int, int, int, int);
    descriptor: (Ljava/lang/String;IIII)V
    flags: (0x0000) 
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // java.awt.font.NumericShaper$Range$1 this
        start local 3 // int $anonymous0
        start local 4 // int $anonymous1
        start local 5 // int $anonymous2
         0: .line 234
            aload 0 /* this */
            aload 1
            iload 2
            iload 3 /* $anonymous0 */
            iload 4 /* $anonymous1 */
            iload 5 /* $anonymous2 */
            invokespecial java.awt.font.NumericShaper$Range.<init>:(Ljava/lang/String;IIII)V
            return
        end local 5 // int $anonymous2
        end local 4 // int $anonymous1
        end local 3 // int $anonymous0
        end local 0 // java.awt.font.NumericShaper$Range$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljava/awt/font/NumericShaper$Range$1;
            0    1     3  $anonymous0  I
            0    1     4  $anonymous1  I
            0    1     5  $anonymous2  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      $anonymous0    
      $anonymous1    
      $anonymous2    

  char getNumericBase();
    descriptor: ()C
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.font.NumericShaper$Range$1 this
         0: .line 236
            iconst_1
            ireturn
        end local 0 // java.awt.font.NumericShaper$Range$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/font/NumericShaper$Range$1;
}
SourceFile: "NumericShaper.java"
EnclosingMethod: java.awt.font.NumericShaper$Range
NestHost: java.awt.font.NumericShaper
InnerClasses:
  public Range = java.awt.font.NumericShaper$Range of java.awt.font.NumericShaper
  java.awt.font.NumericShaper$Range$1