class sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty extends sun.text.normalizer.UCharacterProperty$IntProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty
  super_class: sun.text.normalizer.UCharacterProperty$IntProperty
{
  int which;
    descriptor: I
    flags: (0x0000) 

  int max;
    descriptor: I
    flags: (0x0000) 

  final sun.text.normalizer.UCharacterProperty this$0;
    descriptor: Lsun/text/normalizer/UCharacterProperty;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.text.normalizer.UCharacterProperty, int, int, int);
    descriptor: (Lsun/text/normalizer/UCharacterProperty;III)V
    flags: (0x0000) 
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty this
        start local 2 // int source
        start local 3 // int which
        start local 4 // int max
         0: .line 207
            aload 0 /* this */
            aload 1
            putfield sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty.this$0:Lsun/text/normalizer/UCharacterProperty;
         1: .line 208
            aload 0 /* this */
            aload 1
            iload 2 /* source */
            invokespecial sun.text.normalizer.UCharacterProperty$IntProperty.<init>:(Lsun/text/normalizer/UCharacterProperty;I)V
         2: .line 209
            aload 0 /* this */
            iload 3 /* which */
            putfield sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty.which:I
         3: .line 210
            aload 0 /* this */
            iload 4 /* max */
            putfield sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty.max:I
         4: .line 211
            return
        end local 4 // int max
        end local 3 // int which
        end local 2 // int source
        end local 0 // sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lsun/text/normalizer/UCharacterProperty$NormQuickCheckIntProperty;
            0    5     2  source  I
            0    5     3   which  I
            0    5     4     max  I
    MethodParameters:
        Name  Flags
      this$0  final
      source  
      which   
      max     
}
SourceFile: "UCharacterProperty.java"
NestHost: sun.text.normalizer.UCharacterProperty
InnerClasses:
  private IntProperty = sun.text.normalizer.UCharacterProperty$IntProperty of sun.text.normalizer.UCharacterProperty
  private NormQuickCheckIntProperty = sun.text.normalizer.UCharacterProperty$NormQuickCheckIntProperty of sun.text.normalizer.UCharacterProperty