final class com.google.common.base.CharMatcher$Whitespace extends com.google.common.base.CharMatcher$NamedFastMatcher
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.google.common.base.CharMatcher$Whitespace
  super_class: com.google.common.base.CharMatcher$NamedFastMatcher
{
  static final java.lang.String TABLE;
    descriptor: Ljava/lang/String;
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: "\u2002\u3000\r\u0085\u200A\u2005\u2000\u3000\u2029\u000B\u3000\u2008\u2003\u205F\u3000\u1680\t \u2006\u2001\u202F\u00A0\f\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"

  static final int MULTIPLIER;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1682554634

  static final int SHIFT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final com.google.common.base.CharMatcher$Whitespace INSTANCE;
    descriptor: Lcom/google/common/base/CharMatcher$Whitespace;
    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 1222
            ldc "\u2002\u3000\r\u0085\u200A\u2005\u2000\u3000\u2029\u000B\u3000\u2008\u2003\u205F\u3000\u1680\t \u2006\u2001\u202F\u00A0\f\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            invokestatic java.lang.Integer.numberOfLeadingZeros:(I)I
            putstatic com.google.common.base.CharMatcher$Whitespace.SHIFT:I
         1: .line 1224
            new com.google.common.base.CharMatcher$Whitespace
            dup
            invokespecial com.google.common.base.CharMatcher$Whitespace.<init>:()V
            putstatic com.google.common.base.CharMatcher$Whitespace.INSTANCE:Lcom/google/common/base/CharMatcher$Whitespace;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.google.common.base.CharMatcher$Whitespace this
         0: .line 1227
            aload 0 /* this */
            ldc "CharMatcher.whitespace()"
            invokespecial com.google.common.base.CharMatcher$NamedFastMatcher.<init>:(Ljava/lang/String;)V
         1: .line 1228
            return
        end local 0 // com.google.common.base.CharMatcher$Whitespace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/base/CharMatcher$Whitespace;

  public boolean matches(char);
    descriptor: (C)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.google.common.base.CharMatcher$Whitespace this
        start local 1 // char c
         0: .line 1232
            ldc "\u2002\u3000\r\u0085\u200A\u2005\u2000\u3000\u2029\u000B\u3000\u2008\u2003\u205F\u3000\u1680\t \u2006\u2001\u202F\u00A0\f\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"
            ldc 1682554634
            iload 1 /* c */
            imul
            getstatic com.google.common.base.CharMatcher$Whitespace.SHIFT:I
            iushr
            invokevirtual java.lang.String.charAt:(I)C
            iload 1 /* c */
            if_icmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // char c
        end local 0 // com.google.common.base.CharMatcher$Whitespace this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/google/common/base/CharMatcher$Whitespace;
            0    2     1     c  C
    MethodParameters:
      Name  Flags
      c     

  void setBits(java.util.BitSet);
    descriptor: (Ljava/util/BitSet;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.google.common.base.CharMatcher$Whitespace this
        start local 1 // java.util.BitSet table
         0: .line 1238
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         1: goto 4
         2: .line 1239
      StackMap locals: int
      StackMap stack:
            aload 1 /* table */
            ldc "\u2002\u3000\r\u0085\u200A\u2005\u2000\u3000\u2029\u000B\u3000\u2008\u2003\u205F\u3000\u1680\t \u2006\u2001\u202F\u00A0\f\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"
            iload 2 /* i */
            invokevirtual java.lang.String.charAt:(I)C
            invokevirtual java.util.BitSet.set:(I)V
         3: .line 1238
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         4: iload 2 /* i */
            ldc "\u2002\u3000\r\u0085\u200A\u2005\u2000\u3000\u2029\u000B\u3000\u2008\u2003\u205F\u3000\u1680\t \u2006\u2001\u202F\u00A0\f\u2009\u3000\u2004\u3000\u3000\u2028\n\u2007\u3000"
            invokevirtual java.lang.String.length:()I
            if_icmplt 2
        end local 2 // int i
         5: .line 1241
            return
        end local 1 // java.util.BitSet table
        end local 0 // com.google.common.base.CharMatcher$Whitespace this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lcom/google/common/base/CharMatcher$Whitespace;
            0    6     1  table  Ljava/util/BitSet;
            1    5     2      i  I
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.GwtIncompatible()
    MethodParameters:
       Name  Flags
      table  
}
SourceFile: "CharMatcher.java"
NestHost: com.google.common.base.CharMatcher
InnerClasses:
  abstract NamedFastMatcher = com.google.common.base.CharMatcher$NamedFastMatcher of com.google.common.base.CharMatcher
  final Whitespace = com.google.common.base.CharMatcher$Whitespace of com.google.common.base.CharMatcher
    RuntimeInvisibleAnnotations: 
      com.google.common.annotations.VisibleForTesting()