abstract class com.google.common.base.CharMatcher$NamedFastMatcher extends com.google.common.base.CharMatcher$FastMatcher
{
private final java.lang.String description;
void <init>(java.lang.String)
{
com.google.common.base.CharMatcher$NamedFastMatcher v;
java.lang.Object v;
java.lang.String v;
v := @this: com.google.common.base.CharMatcher$NamedFastMatcher;
v := @parameter: java.lang.String;
specialinvoke v.<com.google.common.base.CharMatcher$FastMatcher: void <init>()>();
v = staticinvoke <com.google.common.base.Preconditions: java.lang.Object checkNotNull(java.lang.Object)>(v);
v.<com.google.common.base.CharMatcher$NamedFastMatcher: java.lang.String description> = v;
return;
}
public final java.lang.String toString()
{
com.google.common.base.CharMatcher$NamedFastMatcher v;
java.lang.String v;
v := @this: com.google.common.base.CharMatcher$NamedFastMatcher;
v = v.<com.google.common.base.CharMatcher$NamedFastMatcher: java.lang.String description>;
return v;
}
}