final class com.google.common.hash.Funnels$UnencodedCharsFunnel extends java.lang.Enum<com.google.common.hash.Funnels$UnencodedCharsFunnel> implements com.google.common.hash.Funnel<java.lang.CharSequence>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.google.common.hash.Funnels$UnencodedCharsFunnel
  super_class: java.lang.Enum
{
  public static final com.google.common.hash.Funnels$UnencodedCharsFunnel INSTANCE;
    descriptor: Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final com.google.common.hash.Funnels$UnencodedCharsFunnel[] ENUM$VALUES;
    descriptor: [Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 65
            new com.google.common.hash.Funnels$UnencodedCharsFunnel
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial com.google.common.hash.Funnels$UnencodedCharsFunnel.<init>:(Ljava/lang/String;I)V
            putstatic com.google.common.hash.Funnels$UnencodedCharsFunnel.INSTANCE:Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
         1: .line 64
            iconst_1
            anewarray com.google.common.hash.Funnels$UnencodedCharsFunnel
            dup
            iconst_0
            getstatic com.google.common.hash.Funnels$UnencodedCharsFunnel.INSTANCE:Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
            aastore
            putstatic com.google.common.hash.Funnels$UnencodedCharsFunnel.ENUM$VALUES:[Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.google.common.hash.Funnels$UnencodedCharsFunnel this
         0: .line 64
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // com.google.common.hash.Funnels$UnencodedCharsFunnel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public void funnel(java.lang.CharSequence, com.google.common.hash.PrimitiveSink);
    descriptor: (Ljava/lang/CharSequence;Lcom/google/common/hash/PrimitiveSink;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.google.common.hash.Funnels$UnencodedCharsFunnel this
        start local 1 // java.lang.CharSequence from
        start local 2 // com.google.common.hash.PrimitiveSink into
         0: .line 69
            aload 2 /* into */
            aload 1 /* from */
            invokeinterface com.google.common.hash.PrimitiveSink.putUnencodedChars:(Ljava/lang/CharSequence;)Lcom/google/common/hash/PrimitiveSink;
            pop
         1: .line 70
            return
        end local 2 // com.google.common.hash.PrimitiveSink into
        end local 1 // java.lang.CharSequence from
        end local 0 // com.google.common.hash.Funnels$UnencodedCharsFunnel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
            0    2     1  from  Ljava/lang/CharSequence;
            0    2     2  into  Lcom/google/common/hash/PrimitiveSink;
    MethodParameters:
      Name  Flags
      from  
      into  

  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.Funnels$UnencodedCharsFunnel this
         0: .line 74
            ldc "Funnels.unencodedCharsFunnel()"
            areturn
        end local 0 // com.google.common.hash.Funnels$UnencodedCharsFunnel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;

  public static com.google.common.hash.Funnels$UnencodedCharsFunnel[] values();
    descriptor: ()[Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.google.common.hash.Funnels$UnencodedCharsFunnel.ENUM$VALUES:[Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.google.common.hash.Funnels$UnencodedCharsFunnel
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.google.common.hash.Funnels$UnencodedCharsFunnel valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.google.common.hash.Funnels$UnencodedCharsFunnel
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  

  public void funnel(java.lang.Object, com.google.common.hash.PrimitiveSink);
    descriptor: (Ljava/lang/Object;Lcom/google/common/hash/PrimitiveSink;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.CharSequence
            aload 2
            invokevirtual com.google.common.hash.Funnels$UnencodedCharsFunnel.funnel:(Ljava/lang/CharSequence;Lcom/google/common/hash/PrimitiveSink;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Enum<Lcom/google/common/hash/Funnels$UnencodedCharsFunnel;>;Lcom/google/common/hash/Funnel<Ljava/lang/CharSequence;>;
SourceFile: "Funnels.java"
NestHost: com.google.common.hash.Funnels
InnerClasses:
  private final UnencodedCharsFunnel = com.google.common.hash.Funnels$UnencodedCharsFunnel of com.google.common.hash.Funnels