class org.eclipse.collections.impl.block.predicate.CodePointPredicate$4 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$4
  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$4 this
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.predicate.CodePointPredicate$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate$4;

  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$4 this
        start local 1 // int codePoint
         0: .line 57
            iload 1 /* codePoint */
            invokestatic java.lang.Character.isLetter:(I)Z
            ireturn
        end local 1 // int codePoint
        end local 0 // org.eclipse.collections.impl.block.predicate.CodePointPredicate$4 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/block/predicate/CodePointPredicate$4;
            0    1     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$4