final class sun.text.normalizer.UBiDiProps$IsAcceptable implements sun.text.normalizer.ICUBinary$Authenticate
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.text.normalizer.UBiDiProps$IsAcceptable
  super_class: java.lang.Object
{
  final sun.text.normalizer.UBiDiProps this$0;
    descriptor: Lsun/text/normalizer/UBiDiProps;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(sun.text.normalizer.UBiDiProps);
    descriptor: (Lsun/text/normalizer/UBiDiProps;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UBiDiProps$IsAcceptable this
         0: .line 107
            aload 0 /* this */
            aload 1
            putfield sun.text.normalizer.UBiDiProps$IsAcceptable.this$0:Lsun/text/normalizer/UBiDiProps;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.text.normalizer.UBiDiProps$IsAcceptable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/UBiDiProps$IsAcceptable;
    MethodParameters:
        Name  Flags
      this$0  final

  public boolean isDataVersionAcceptable(byte[]);
    descriptor: ([B)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.text.normalizer.UBiDiProps$IsAcceptable this
        start local 1 // byte[] version
         0: .line 109
            aload 1 /* version */
            iconst_0
            baload
            iconst_1
            if_icmpne 3
         1: .line 110
            aload 1 /* version */
            iconst_2
            baload
            iconst_5
            if_icmpne 3
            aload 1 /* version */
            iconst_3
            baload
            iconst_2
            if_icmpne 3
         2: .line 109
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // byte[] version
        end local 0 // sun.text.normalizer.UBiDiProps$IsAcceptable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lsun/text/normalizer/UBiDiProps$IsAcceptable;
            0    4     1  version  [B
    MethodParameters:
         Name  Flags
      version  
}
SourceFile: "UBiDiProps.java"
NestHost: sun.text.normalizer.UBiDiProps
InnerClasses:
  public abstract Authenticate = sun.text.normalizer.ICUBinary$Authenticate of sun.text.normalizer.ICUBinary
  private final IsAcceptable = sun.text.normalizer.UBiDiProps$IsAcceptable of sun.text.normalizer.UBiDiProps