class sun.text.normalizer.UCharacterProperty$CombiningClassIntProperty extends sun.text.normalizer.UCharacterProperty$IntProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.text.normalizer.UCharacterProperty$CombiningClassIntProperty
  super_class: sun.text.normalizer.UCharacterProperty$IntProperty
{
  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);
    descriptor: (Lsun/text/normalizer/UCharacterProperty;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.text.normalizer.UCharacterProperty$CombiningClassIntProperty this
        start local 2 // int source
         0: .line 198
            aload 0 /* this */
            aload 1
            putfield sun.text.normalizer.UCharacterProperty$CombiningClassIntProperty.this$0:Lsun/text/normalizer/UCharacterProperty;
         1: .line 199
            aload 0 /* this */
            aload 1
            iload 2 /* source */
            invokespecial sun.text.normalizer.UCharacterProperty$IntProperty.<init>:(Lsun/text/normalizer/UCharacterProperty;I)V
         2: .line 200
            return
        end local 2 // int source
        end local 0 // sun.text.normalizer.UCharacterProperty$CombiningClassIntProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/text/normalizer/UCharacterProperty$CombiningClassIntProperty;
            0    3     2  source  I
    MethodParameters:
        Name  Flags
      this$0  final
      source  
}
SourceFile: "UCharacterProperty.java"
NestHost: sun.text.normalizer.UCharacterProperty
InnerClasses:
  private CombiningClassIntProperty = sun.text.normalizer.UCharacterProperty$CombiningClassIntProperty of sun.text.normalizer.UCharacterProperty
  private IntProperty = sun.text.normalizer.UCharacterProperty$IntProperty of sun.text.normalizer.UCharacterProperty