abstract class com.google.common.base.CharMatcher$NamedFastMatcher extends com.google.common.base.CharMatcher$FastMatcher
minor version: 0
major version: 59
flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
this_class: com.google.common.base.CharMatcher$NamedFastMatcher
super_class: com.google.common.base.CharMatcher$FastMatcher
{
private final java.lang.String description;
descriptor: Ljava/lang/String;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.google.common.base.CharMatcher$NamedFastMatcher this
start local 1 // java.lang.String description
0: .line 1138
aload 0 /* this */
invokespecial com.google.common.base.CharMatcher$FastMatcher.<init>:()V
1: .line 1139
aload 0 /* this */
aload 1 /* description */
invokestatic com.google.common.base.Preconditions.checkNotNull:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast java.lang.String
putfield com.google.common.base.CharMatcher$NamedFastMatcher.description:Ljava/lang/String;
2: .line 1140
return
end local 1 // java.lang.String description
end local 0 // com.google.common.base.CharMatcher$NamedFastMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/google/common/base/CharMatcher$NamedFastMatcher;
0 3 1 description Ljava/lang/String;
MethodParameters:
Name Flags
description
public final java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0011) ACC_PUBLIC, ACC_FINAL
Code:
stack=1, locals=1, args_size=1
start local 0 // com.google.common.base.CharMatcher$NamedFastMatcher this
0: .line 1144
aload 0 /* this */
getfield com.google.common.base.CharMatcher$NamedFastMatcher.description:Ljava/lang/String;
areturn
end local 0 // com.google.common.base.CharMatcher$NamedFastMatcher this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/google/common/base/CharMatcher$NamedFastMatcher;
}
SourceFile: "CharMatcher.java"
NestHost: com.google.common.base.CharMatcher
InnerClasses:
abstract FastMatcher = com.google.common.base.CharMatcher$FastMatcher of com.google.common.base.CharMatcher
abstract NamedFastMatcher = com.google.common.base.CharMatcher$NamedFastMatcher of com.google.common.base.CharMatcher