final class com.google.common.base.Converter$IdentityConverter<T> extends com.google.common.base.Converter<T, T> implements java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.base.Converter$IdentityConverter
  super_class: com.google.common.base.Converter
{
  static final com.google.common.base.Converter$IdentityConverter<?> INSTANCE;
    descriptor: Lcom/google/common/base/Converter$IdentityConverter;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    Signature: Lcom/google/common/base/Converter$IdentityConverter<*>;

  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 485
            new com.google.common.base.Converter$IdentityConverter
            dup
            invokespecial com.google.common.base.Converter$IdentityConverter.<init>:()V
            putstatic com.google.common.base.Converter$IdentityConverter.INSTANCE:Lcom/google/common/base/Converter$IdentityConverter;
         1: .line 521
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.base.Converter$IdentityConverter this
         0: .line 484
            aload 0 /* this */
            invokespecial com.google.common.base.Converter.<init>:()V
            return
        end local 0 // com.google.common.base.Converter$IdentityConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/Converter$IdentityConverter<TT;>;

  protected T doForward();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.base.Converter$IdentityConverter this
        start local 1 // java.lang.Object t
         0: .line 489
            aload 1 /* t */
            areturn
        end local 1 // java.lang.Object t
        end local 0 // com.google.common.base.Converter$IdentityConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/Converter$IdentityConverter<TT;>;
            0    1     1     t  TT;
    Signature: (TT;)TT;
    MethodParameters:
      Name  Flags
      t     

  protected T doBackward();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.google.common.base.Converter$IdentityConverter this
        start local 1 // java.lang.Object t
         0: .line 494
            aload 1 /* t */
            areturn
        end local 1 // java.lang.Object t
        end local 0 // com.google.common.base.Converter$IdentityConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/Converter$IdentityConverter<TT;>;
            0    1     1     t  TT;
    Signature: (TT;)TT;
    MethodParameters:
      Name  Flags
      t     

  public com.google.common.base.Converter$IdentityConverter<T> reverse();
    descriptor: ()Lcom/google/common/base/Converter$IdentityConverter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.base.Converter$IdentityConverter this
         0: .line 499
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.base.Converter$IdentityConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/Converter$IdentityConverter<TT;>;
    Signature: ()Lcom/google/common/base/Converter$IdentityConverter<TT;>;

  <S> com.google.common.base.Converter<T, S> doAndThen(com.google.common.base.Converter<T, S>);
    descriptor: (Lcom/google/common/base/Converter;)Lcom/google/common/base/Converter;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.google.common.base.Converter$IdentityConverter this
        start local 1 // com.google.common.base.Converter otherConverter
         0: .line 504
            aload 1 /* otherConverter */
            ldc "otherConverter"
            invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            checkcast com.google.common.base.Converter
            areturn
        end local 1 // com.google.common.base.Converter otherConverter
        end local 0 // com.google.common.base.Converter$IdentityConverter this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/google/common/base/Converter$IdentityConverter<TT;>;
            0    1     1  otherConverter  Lcom/google/common/base/Converter<TT;TS;>;
    Signature: <S:Ljava/lang/Object;>(Lcom/google/common/base/Converter<TT;TS;>;)Lcom/google/common/base/Converter<TT;TS;>;
    MethodParameters:
                Name  Flags
      otherConverter  

  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.base.Converter$IdentityConverter this
         0: .line 514
            ldc "Converter.identity()"
            areturn
        end local 0 // com.google.common.base.Converter$IdentityConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/Converter$IdentityConverter<TT;>;

  private java.lang.Object readResolve();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.base.Converter$IdentityConverter this
         0: .line 518
            getstatic com.google.common.base.Converter$IdentityConverter.INSTANCE:Lcom/google/common/base/Converter$IdentityConverter;
            areturn
        end local 0 // com.google.common.base.Converter$IdentityConverter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/Converter$IdentityConverter<TT;>;

  public com.google.common.base.Converter reverse();
    descriptor: ()Lcom/google/common/base/Converter;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual com.google.common.base.Converter$IdentityConverter.reverse:()Lcom/google/common/base/Converter$IdentityConverter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: <T:Ljava/lang/Object;>Lcom/google/common/base/Converter<TT;TT;>;Ljava/io/Serializable;
SourceFile: "Converter.java"
NestHost: com.google.common.base.Converter
InnerClasses:
  private final IdentityConverter = com.google.common.base.Converter$IdentityConverter of com.google.common.base.Converter