final class sun.text.normalizer.UCharacterProperty$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.UCharacterProperty$IsAcceptable
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.text.normalizer.UCharacterProperty$IsAcceptable this
         0: .line 564
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.text.normalizer.UCharacterProperty$IsAcceptable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/text/normalizer/UCharacterProperty$IsAcceptable;

  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.UCharacterProperty$IsAcceptable this
        start local 1 // byte[] version
         0: .line 567
            aload 1 /* version */
            iconst_0
            baload
            bipush 7
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // byte[] version
        end local 0 // sun.text.normalizer.UCharacterProperty$IsAcceptable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/text/normalizer/UCharacterProperty$IsAcceptable;
            0    2     1  version  [B
    MethodParameters:
         Name  Flags
      version  
}
SourceFile: "UCharacterProperty.java"
NestHost: sun.text.normalizer.UCharacterProperty
InnerClasses:
  public abstract Authenticate = sun.text.normalizer.ICUBinary$Authenticate of sun.text.normalizer.ICUBinary
  private final IsAcceptable = sun.text.normalizer.UCharacterProperty$IsAcceptable of sun.text.normalizer.UCharacterProperty