Package com.alibaba.fastjson.parser
Class JSONLexerBase
java.lang.Object
com.alibaba.fastjson.parser.JSONLexerBase
- All Implemented Interfaces:
JSONLexer
- Direct Known Subclasses:
JSONScanner
-
Field Summary
Fields inherited from interface com.alibaba.fastjson.parser.JSONLexer
ARRAY, END, EOI, NOT_MATCH, NOT_MATCH_NAME, OBJECT, UNKNOWN, VALUE, VALUE_NULL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.alibaba.fastjson.parser.JSONLexer
decimalValue, getCurrent, getReader, intValue, isBlankInput, isEOF, longValue, nextToken, nextToken, stringVal
-
Constructor Details
-
JSONLexerBase
public JSONLexerBase()
-