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

  public int valueOf(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.collections.impl.block.function.primitive.CodePointFunction$3 this
        start local 1 // int codePoint
         0: .line 47
            iload 1 /* codePoint */
            ireturn
        end local 1 // int codePoint
        end local 0 // org.eclipse.collections.impl.block.function.primitive.CodePointFunction$3 this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/collections/impl/block/function/primitive/CodePointFunction$3;
            0    1     1  codePoint  I
    MethodParameters:
           Name  Flags
      codePoint  
}
SourceFile: "CodePointFunction.java"
EnclosingMethod: org.eclipse.collections.impl.block.function.primitive.CodePointFunction
NestHost: org.eclipse.collections.impl.block.function.primitive.CodePointFunction
InnerClasses:
  org.eclipse.collections.impl.block.function.primitive.CodePointFunction$3