final class java.util.regex.Pattern$Ctype extends java.util.regex.Pattern$BmpCharProperty
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: java.util.regex.Pattern$Ctype
  super_class: java.util.regex.Pattern$BmpCharProperty
{
  final int ctype;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.regex.Pattern$Ctype this
        start local 1 // int ctype
         0: .line 3924
            aload 0 /* this */
            invokespecial java.util.regex.Pattern$BmpCharProperty.<init>:()V
            aload 0 /* this */
            iload 1 /* ctype */
            putfield java.util.regex.Pattern$Ctype.ctype:I
            return
        end local 1 // int ctype
        end local 0 // java.util.regex.Pattern$Ctype this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Ljava/util/regex/Pattern$Ctype;
            0    1     1  ctype  I
    MethodParameters:
       Name  Flags
      ctype  

  boolean isSatisfiedBy(int);
    descriptor: (I)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.util.regex.Pattern$Ctype this
        start local 1 // int ch
         0: .line 3926
            iload 1 /* ch */
            sipush 128
            if_icmpge 1
            iload 1 /* ch */
            aload 0 /* this */
            getfield java.util.regex.Pattern$Ctype.ctype:I
            invokestatic java.util.regex.ASCII.isType:(II)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // int ch
        end local 0 // java.util.regex.Pattern$Ctype this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljava/util/regex/Pattern$Ctype;
            0    2     1    ch  I
    MethodParameters:
      Name  Flags
      ch    
}
SourceFile: "Pattern.java"
NestHost: java.util.regex.Pattern
InnerClasses:
  private abstract BmpCharProperty = java.util.regex.Pattern$BmpCharProperty of java.util.regex.Pattern
  final Ctype = java.util.regex.Pattern$Ctype of java.util.regex.Pattern