class org.eclipse.collections.impl.block.predicate.CodePointPredicate$7 implements org.eclipse.collections.impl.block.predicate.CodePointPredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.block.predicate.CodePointPredicate$7
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.collections.impl.block.predicate.CodePointPredicate$7 this
         0: .line 81
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.predicate.CodePointPredicate$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate$7;

  public boolean accept(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.predicate.CodePointPredicate$7 this
        start local 1 // int codePoint
         0: .line 87
            iload 1 /* codePoint */
            invokestatic java.lang.Character.isDefined:(I)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 1 // int codePoint
        end local 0 // org.eclipse.collections.impl.block.predicate.CodePointPredicate$7 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate$7;
            0    3     1  codePoint  I
    MethodParameters:
           Name  Flags
      codePoint  
}
SourceFile: "CodePointPredicate.java"
EnclosingMethod: org.eclipse.collections.impl.block.predicate.CodePointPredicate
NestHost: org.eclipse.collections.impl.block.predicate.CodePointPredicate
InnerClasses:
  org.eclipse.collections.impl.block.predicate.CodePointPredicate$7