|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
com.alibaba.fastjson.parser Class CharTypes
java.lang.Objectcom.alibaba.fastjson.parser.CharTypes
public final class CharTypes
- extends Object
- Author:
- wenshao
| Field Summary | |
|---|---|
static char[] |
ASCII_CHARS
|
static char[] |
digits
|
static boolean[] |
firstIdentifierFlags
|
static boolean[] |
identifierFlags
|
static char[] |
replaceChars
|
static boolean[] |
specicalFlags_doubleQuotes
|
static boolean[] |
specicalFlags_singleQuotes
|
| Constructor Summary | |
|---|---|
CharTypes()
|
|
| Method Summary | |
|---|---|
static boolean |
isEmoji(char ch)
|
static boolean |
isSpecial_doubleQuotes(char ch)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
digits
public static final char[] digits
firstIdentifierFlags
public static final boolean[] firstIdentifierFlags
identifierFlags
public static final boolean[] identifierFlags
specicalFlags_doubleQuotes
public static final boolean[] specicalFlags_doubleQuotes
specicalFlags_singleQuotes
public static final boolean[] specicalFlags_singleQuotes
replaceChars
public static final char[] replaceChars
ASCII_CHARS
public static final char[] ASCII_CHARS
| Constructor Detail |
|---|
CharTypes
public CharTypes()
| Method Detail |
|---|
isSpecial_doubleQuotes
public static boolean isSpecial_doubleQuotes(char ch)
isEmoji
public static final boolean isEmoji(char ch)
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright © 2012 Alibaba Group. All Rights Reserved.
com.alibaba.fastjson.parser.CharTypes