class sun.text.normalizer.UCharacterProperty$IntProperty
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.text.normalizer.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 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=2, locals=5, args_size=5
start local 0 start local 2 start local 3 start local 4 0: aload 0
aload 1
putfield sun.text.normalizer.UCharacterProperty$IntProperty.this$0:Lsun/text/normalizer/UCharacterProperty;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 2
putfield sun.text.normalizer.UCharacterProperty$IntProperty.column:I
2: aload 0
iload 3
putfield sun.text.normalizer.UCharacterProperty$IntProperty.mask:I
3: aload 0
iload 4
putfield sun.text.normalizer.UCharacterProperty$IntProperty.shift:I
4: return
end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lsun/text/normalizer/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>(sun.text.normalizer.UCharacterProperty, int);
descriptor: (Lsun/text/normalizer/UCharacterProperty;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield sun.text.normalizer.UCharacterProperty$IntProperty.this$0:Lsun/text/normalizer/UCharacterProperty;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 2
putfield sun.text.normalizer.UCharacterProperty$IntProperty.column:I
2: aload 0
iconst_0
putfield sun.text.normalizer.UCharacterProperty$IntProperty.mask:I
3: return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/text/normalizer/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 start local 1 0: aload 0
getfield sun.text.normalizer.UCharacterProperty$IntProperty.this$0:Lsun/text/normalizer/UCharacterProperty;
iload 1
aload 0
getfield sun.text.normalizer.UCharacterProperty$IntProperty.column:I
invokevirtual sun.text.normalizer.UCharacterProperty.getAdditional:(II)I
aload 0
getfield sun.text.normalizer.UCharacterProperty$IntProperty.mask:I
iand
aload 0
getfield sun.text.normalizer.UCharacterProperty$IntProperty.shift:I
iushr
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lsun/text/normalizer/UCharacterProperty$IntProperty;
0 1 1 c I
MethodParameters:
Name Flags
c
}
SourceFile: "UCharacterProperty.java"
NestHost: sun.text.normalizer.UCharacterProperty
InnerClasses:
private IntProperty = sun.text.normalizer.UCharacterProperty$IntProperty of sun.text.normalizer.UCharacterProperty