class sun.text.bidi.BidiBase$ImpTabPair
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: sun.text.bidi.BidiBase$ImpTabPair
super_class: java.lang.Object
{
byte[][][] imptab;
descriptor: [[[B
flags: (0x0000)
short[][] impact;
descriptor: [[S
flags: (0x0000)
void <init>(byte[][], byte[][], short[], short[]);
descriptor: ([[B[[B[S[S)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iconst_2
anewarray byte[][]
dup
iconst_0
aload 1
aastore
dup
iconst_1
aload 2
aastore
putfield sun.text.bidi.BidiBase$ImpTabPair.imptab:[[[B
2: aload 0
iconst_2
anewarray short[]
dup
iconst_0
aload 3
aastore
dup
iconst_1
aload 4
aastore
putfield sun.text.bidi.BidiBase$ImpTabPair.impact:[[S
3: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lsun/text/bidi/BidiBase$ImpTabPair;
0 4 1 table1 [[B
0 4 2 table2 [[B
0 4 3 act1 [S
0 4 4 act2 [S
MethodParameters:
Name Flags
table1
table2
act1
act2
}
SourceFile: "BidiBase.java"
NestHost: sun.text.bidi.BidiBase
InnerClasses:
private ImpTabPair = sun.text.bidi.BidiBase$ImpTabPair of sun.text.bidi.BidiBase