Package com.alibaba.fastjson.parser
Class JSONLexerBase
- java.lang.Object
-
- com.alibaba.fastjson.parser.JSONLexerBase
-
- All Implemented Interfaces:
JSONLexer
- Direct Known Subclasses:
JSONScanner
public abstract class JSONLexerBase extends Object implements JSONLexer
-
-
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 Constructor Description JSONLexerBase()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.alibaba.fastjson.parser.JSONLexer
decimalValue, getCurrent, getReader, intValue, isBlankInput, isEOF, longValue, nextToken, nextToken, stringVal
-
-