abstract class com.google.common.base.CharMatcher$FastMatcher extends com.google.common.base.CharMatcher
{
void <init>()
{
com.google.common.base.CharMatcher$FastMatcher v;
v := @this: com.google.common.base.CharMatcher$FastMatcher;
specialinvoke v.<com.google.common.base.CharMatcher: void <init>()>();
return;
}
public final com.google.common.base.CharMatcher precomputed()
{
com.google.common.base.CharMatcher$FastMatcher v;
v := @this: com.google.common.base.CharMatcher$FastMatcher;
return v;
}
public com.google.common.base.CharMatcher negate()
{
com.google.common.base.CharMatcher$FastMatcher v;
com.google.common.base.CharMatcher$NegatedFastMatcher v;
v := @this: com.google.common.base.CharMatcher$FastMatcher;
v = new com.google.common.base.CharMatcher$NegatedFastMatcher;
specialinvoke v.<com.google.common.base.CharMatcher$NegatedFastMatcher: void <init>(com.google.common.base.CharMatcher)>(v);
return v;
}
}