class sun.text.bidi.BidiBase$Point
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.text.bidi.BidiBase$Point
  super_class: java.lang.Object
{
  int pos;
    descriptor: I
    flags: (0x0000) 

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

  final sun.text.bidi.BidiBase this$0;
    descriptor: Lsun/text/bidi/BidiBase;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(sun.text.bidi.BidiBase);
    descriptor: (Lsun/text/bidi/BidiBase;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.bidi.BidiBase$Point this
         0: .line 460
            aload 0 /* this */
            aload 1
            putfield sun.text.bidi.BidiBase$Point.this$0:Lsun/text/bidi/BidiBase;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.text.bidi.BidiBase$Point this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/bidi/BidiBase$Point;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "BidiBase.java"
NestHost: sun.text.bidi.BidiBase
InnerClasses:
  Point = sun.text.bidi.BidiBase$Point of sun.text.bidi.BidiBase