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 // sun.text.bidi.BidiBase$ImpTabPair this
        start local 1 // byte[][] table1
        start local 2 // byte[][] table2
        start local 3 // short[] act1
        start local 4 // short[] act2
         0: .line 1718
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1720
            aload 0 /* this */
            iconst_2
            anewarray byte[][]
            dup
            iconst_0
            aload 1 /* table1 */
            aastore
            dup
            iconst_1
            aload 2 /* table2 */
            aastore
            putfield sun.text.bidi.BidiBase$ImpTabPair.imptab:[[[B
         2: .line 1721
            aload 0 /* this */
            iconst_2
            anewarray short[]
            dup
            iconst_0
            aload 3 /* act1 */
            aastore
            dup
            iconst_1
            aload 4 /* act2 */
            aastore
            putfield sun.text.bidi.BidiBase$ImpTabPair.impact:[[S
         3: .line 1722
            return
        end local 4 // short[] act2
        end local 3 // short[] act1
        end local 2 // byte[][] table2
        end local 1 // byte[][] table1
        end local 0 // sun.text.bidi.BidiBase$ImpTabPair this
      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