final class com.google.common.base.CharMatcher$SingleWidth extends com.google.common.base.CharMatcher$RangesMatcher
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: com.google.common.base.CharMatcher$SingleWidth
super_class: com.google.common.base.CharMatcher$RangesMatcher
{
static final com.google.common.base.CharMatcher$SingleWidth INSTANCE;
descriptor: Lcom/google/common/base/CharMatcher$SingleWidth;
flags: (0x0018) ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new com.google.common.base.CharMatcher$SingleWidth
dup
invokespecial com.google.common.base.CharMatcher$SingleWidth.<init>:()V
putstatic com.google.common.base.CharMatcher$SingleWidth.INSTANCE:Lcom/google/common/base/CharMatcher$SingleWidth;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
1: ldc "CharMatcher.singleWidth()"
2: ldc "\u0000\u05BE\u05D0\u05F3\u0600\u0750\u0E00\u1E00\u2100\uFB50\uFE70\uFF61"
invokevirtual java.lang.String.toCharArray:()[C
3: ldc "\u04F9\u05BE\u05EA\u05F4\u06FF\u077F\u0E7F\u20AF\u213A\uFDFF\uFEFF\uFFDC"
invokevirtual java.lang.String.toCharArray:()[C
invokespecial com.google.common.base.CharMatcher$RangesMatcher.<init>:(Ljava/lang/String;[C[C)V
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/google/common/base/CharMatcher$SingleWidth;
}
SourceFile: "CharMatcher.java"
NestHost: com.google.common.base.CharMatcher
InnerClasses:
private RangesMatcher = com.google.common.base.CharMatcher$RangesMatcher of com.google.common.base.CharMatcher
private final SingleWidth = com.google.common.base.CharMatcher$SingleWidth of com.google.common.base.CharMatcher