final class com.google.common.hash.Crc32cHashFunction extends com.google.common.hash.AbstractHashFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.hash.Crc32cHashFunction
  super_class: com.google.common.hash.AbstractHashFunction
{
  static final com.google.common.hash.HashFunction CRC_32_C;
    descriptor: Lcom/google/common/hash/HashFunction;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 27
            new com.google.common.hash.Crc32cHashFunction
            dup
            invokespecial com.google.common.hash.Crc32cHashFunction.<init>:()V
            putstatic com.google.common.hash.Crc32cHashFunction.CRC_32_C:Lcom/google/common/hash/HashFunction;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.Crc32cHashFunction this
         0: .line 26
            aload 0 /* this */
            invokespecial com.google.common.hash.AbstractHashFunction.<init>:()V
            return
        end local 0 // com.google.common.hash.Crc32cHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/Crc32cHashFunction;

  public int bits();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.Crc32cHashFunction this
         0: .line 31
            bipush 32
            ireturn
        end local 0 // com.google.common.hash.Crc32cHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/Crc32cHashFunction;

  public com.google.common.hash.Hasher newHasher();
    descriptor: ()Lcom/google/common/hash/Hasher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.hash.Crc32cHashFunction this
         0: .line 36
            new com.google.common.hash.Crc32cHashFunction$Crc32cHasher
            dup
            invokespecial com.google.common.hash.Crc32cHashFunction$Crc32cHasher.<init>:()V
            areturn
        end local 0 // com.google.common.hash.Crc32cHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/Crc32cHashFunction;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.hash.Crc32cHashFunction this
         0: .line 41
            ldc "Hashing.crc32c()"
            areturn
        end local 0 // com.google.common.hash.Crc32cHashFunction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/Crc32cHashFunction;
}
SourceFile: "Crc32cHashFunction.java"
NestMembers:
  com.google.common.hash.Crc32cHashFunction$Crc32cHasher
InnerClasses:
  final Crc32cHasher = com.google.common.hash.Crc32cHashFunction$Crc32cHasher of com.google.common.hash.Crc32cHashFunction
    RuntimeVisibleAnnotations: 
      com.google.errorprone.annotations.Immutable()