class org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$8 implements org.eclipse.collections.impl.block.predicate.primitive.CharPredicate
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$8
  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.primitive.CharPredicate$8 this
         0: .line 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.eclipse.collections.impl.block.predicate.primitive.CharPredicate$8 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/collections/impl/block/predicate/primitive/CharPredicate$8;

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