class jdk.internal.icu.impl.UCharacterProperty$IntProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.internal.icu.impl.UCharacterProperty$IntProperty
  super_class: java.lang.Object
{
  int column;
    descriptor: I
    flags: (0x0000) 

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

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

  final jdk.internal.icu.impl.UCharacterProperty this$0;
    descriptor: Ljdk/internal/icu/impl/UCharacterProperty;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.internal.icu.impl.UCharacterProperty, int, int, int);
    descriptor: (Ljdk/internal/icu/impl/UCharacterProperty;III)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // jdk.internal.icu.impl.UCharacterProperty$IntProperty this
        start local 2 // int column
        start local 3 // int mask
        start local 4 // int shift
         0: .line 177
            aload 0 /* this */
            aload 1
            putfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.this$0:Ljdk/internal/icu/impl/UCharacterProperty;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 178
            aload 0 /* this */
            iload 2 /* column */
            putfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.column:I
         2: .line 179
            aload 0 /* this */
            iload 3 /* mask */
            putfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.mask:I
         3: .line 180
            aload 0 /* this */
            iload 4 /* shift */
            putfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.shift:I
         4: .line 181
            return
        end local 4 // int shift
        end local 3 // int mask
        end local 2 // int column
        end local 0 // jdk.internal.icu.impl.UCharacterProperty$IntProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Ljdk/internal/icu/impl/UCharacterProperty$IntProperty;
            0    5     2  column  I
            0    5     3    mask  I
            0    5     4   shift  I
    MethodParameters:
        Name  Flags
      this$0  final
      column  
      mask    
      shift   

  void <init>(jdk.internal.icu.impl.UCharacterProperty, int);
    descriptor: (Ljdk/internal/icu/impl/UCharacterProperty;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.internal.icu.impl.UCharacterProperty$IntProperty this
        start local 2 // int source
         0: .line 183
            aload 0 /* this */
            aload 1
            putfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.this$0:Ljdk/internal/icu/impl/UCharacterProperty;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 184
            aload 0 /* this */
            iload 2 /* source */
            putfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.column:I
         2: .line 185
            aload 0 /* this */
            iconst_0
            putfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.mask:I
         3: .line 186
            return
        end local 2 // int source
        end local 0 // jdk.internal.icu.impl.UCharacterProperty$IntProperty this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljdk/internal/icu/impl/UCharacterProperty$IntProperty;
            0    4     2  source  I
    MethodParameters:
        Name  Flags
      this$0  final
      source  

  int getValue(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.internal.icu.impl.UCharacterProperty$IntProperty this
        start local 1 // int c
         0: .line 190
            aload 0 /* this */
            getfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.this$0:Ljdk/internal/icu/impl/UCharacterProperty;
            iload 1 /* c */
            aload 0 /* this */
            getfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.column:I
            invokevirtual jdk.internal.icu.impl.UCharacterProperty.getAdditional:(II)I
            aload 0 /* this */
            getfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.mask:I
            iand
            aload 0 /* this */
            getfield jdk.internal.icu.impl.UCharacterProperty$IntProperty.shift:I
            iushr
            ireturn
        end local 1 // int c
        end local 0 // jdk.internal.icu.impl.UCharacterProperty$IntProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/internal/icu/impl/UCharacterProperty$IntProperty;
            0    1     1     c  I
    MethodParameters:
      Name  Flags
      c     
}
SourceFile: "UCharacterProperty.java"
NestHost: jdk.internal.icu.impl.UCharacterProperty
InnerClasses:
  private IntProperty = jdk.internal.icu.impl.UCharacterProperty$IntProperty of jdk.internal.icu.impl.UCharacterProperty