abstract class com.google.common.base.CharMatcher$FastMatcher extends com.google.common.base.CharMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.google.common.base.CharMatcher$FastMatcher
  super_class: com.google.common.base.CharMatcher
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.base.CharMatcher$FastMatcher this
         0: .line 939
            aload 0 /* this */
            invokespecial com.google.common.base.CharMatcher.<init>:()V
            return
        end local 0 // com.google.common.base.CharMatcher$FastMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/CharMatcher$FastMatcher;

  public final com.google.common.base.CharMatcher precomputed();
    descriptor: ()Lcom/google/common/base/CharMatcher;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.google.common.base.CharMatcher$FastMatcher this
         0: .line 943
            aload 0 /* this */
            areturn
        end local 0 // com.google.common.base.CharMatcher$FastMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/CharMatcher$FastMatcher;

  public com.google.common.base.CharMatcher negate();
    descriptor: ()Lcom/google/common/base/CharMatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.google.common.base.CharMatcher$FastMatcher this
         0: .line 948
            new com.google.common.base.CharMatcher$NegatedFastMatcher
            dup
            aload 0 /* this */
            invokespecial com.google.common.base.CharMatcher$NegatedFastMatcher.<init>:(Lcom/google/common/base/CharMatcher;)V
            areturn
        end local 0 // com.google.common.base.CharMatcher$FastMatcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/google/common/base/CharMatcher$FastMatcher;

  public java.util.function.Predicate negate();
    descriptor: ()Ljava/util/function/Predicate;
    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.CharMatcher$FastMatcher.negate:()Lcom/google/common/base/CharMatcher;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "CharMatcher.java"
NestHost: com.google.common.base.CharMatcher
InnerClasses:
  abstract FastMatcher = com.google.common.base.CharMatcher$FastMatcher of com.google.common.base.CharMatcher
  NegatedFastMatcher = com.google.common.base.CharMatcher$NegatedFastMatcher of com.google.common.base.CharMatcher