final class com.google.common.base.CharMatcher$Whitespace extends com.google.common.base.CharMatcher$NamedFastMatcher
{
static final java.lang.String TABLE;
static final int MULTIPLIER;
static final int SHIFT;
static final com.google.common.base.CharMatcher$Whitespace INSTANCE;
void <init>()
{
com.google.common.base.CharMatcher$Whitespace v;
v := @this: com.google.common.base.CharMatcher$Whitespace;
specialinvoke v.<com.google.common.base.CharMatcher$NamedFastMatcher: void <init>(java.lang.String)>("CharMatcher.whitespace()");
return;
}
public boolean matches(char)
{
com.google.common.base.CharMatcher$Whitespace v;
char v, v;
int v, v, v;
java.lang.String v;
boolean v;
v := @this: com.google.common.base.CharMatcher$Whitespace;
v := @parameter: char;
v = "\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";
v = 1682554634 * v;
v = <com.google.common.base.CharMatcher$Whitespace: int SHIFT>;
v = v >>> v;
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
if v != v goto label;
v = 1;
goto label;
label:
v = 0;
label:
return v;
}
void setBits(java.util.BitSet)
{
com.google.common.base.CharMatcher$Whitespace v;
int v, v;
char v;
java.lang.String v, v;
java.util.BitSet v;
v := @this: com.google.common.base.CharMatcher$Whitespace;
v := @parameter: java.util.BitSet;
v = 0;
label:
v = "\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";
v = virtualinvoke v.<java.lang.String: int length()>();
if v >= v goto label;
v = "\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";
v = virtualinvoke v.<java.lang.String: char charAt(int)>(v);
virtualinvoke v.<java.util.BitSet: void set(int)>(v);
v = v + 1;
goto label;
label:
return;
}
static void <clinit>()
{
com.google.common.base.CharMatcher$Whitespace v;
int v, v, v;
java.lang.String v;
v = "\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";
v = virtualinvoke v.<java.lang.String: int length()>();
v = v - 1;
v = staticinvoke <java.lang.Integer: int numberOfLeadingZeros(int)>(v);
<com.google.common.base.CharMatcher$Whitespace: int SHIFT> = v;
v = new com.google.common.base.CharMatcher$Whitespace;
specialinvoke v.<com.google.common.base.CharMatcher$Whitespace: void <init>()>();
<com.google.common.base.CharMatcher$Whitespace: com.google.common.base.CharMatcher$Whitespace INSTANCE> = v;
return;
}
}