class com.google.common.base.CharMatcher$1 extends com.google.common.base.CharMatcher$NegatedFastMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.google.common.base.CharMatcher$1
  super_class: com.google.common.base.CharMatcher$NegatedFastMatcher
{
  final com.google.common.base.CharMatcher this$0;
    descriptor: Lcom/google/common/base/CharMatcher;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.String val$description;
    descriptor: Ljava/lang/String;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.google.common.base.CharMatcher, com.google.common.base.CharMatcher, java.lang.String);
    descriptor: (Lcom/google/common/base/CharMatcher;Lcom/google/common/base/CharMatcher;Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.google.common.base.CharMatcher$1 this
        start local 2 // com.google.common.base.CharMatcher $anonymous0
         0: .line 431
            aload 0 /* this */
            aload 1
            putfield com.google.common.base.CharMatcher$1.this$0:Lcom/google/common/base/CharMatcher;
            aload 0 /* this */
            aload 3
            putfield com.google.common.base.CharMatcher$1.val$description:Ljava/lang/String;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.google.common.base.CharMatcher$NegatedFastMatcher.<init>:(Lcom/google/common/base/CharMatcher;)V
            return
        end local 2 // com.google.common.base.CharMatcher $anonymous0
        end local 0 // com.google.common.base.CharMatcher$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lcom/google/common/base/CharMatcher$1;
            0    1     2  $anonymous0  Lcom/google/common/base/CharMatcher;
    MethodParameters:
                 Name  Flags
      this$0           final
      $anonymous0      
      val$description  final

  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.CharMatcher$1 this
         0: .line 435
            aload 0 /* this */
            getfield com.google.common.base.CharMatcher$1.val$description:Ljava/lang/String;
            areturn
        end local 0 // com.google.common.base.CharMatcher$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/CharMatcher$1;
}
SourceFile: "CharMatcher.java"
EnclosingMethod: com.google.common.base.CharMatcher.precomputedInternal:()Lcom/google/common/base/CharMatcher;
NestHost: com.google.common.base.CharMatcher
InnerClasses:
  com.google.common.base.CharMatcher$1
  NegatedFastMatcher = com.google.common.base.CharMatcher$NegatedFastMatcher of com.google.common.base.CharMatcher