public class JSONErrorProcessor extends Object implements JSONProcessor
| Modifier and Type | Field and Description |
|---|---|
static JSONErrorProcessor |
INSTANCE |
| Constructor and Description |
|---|
JSONErrorProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptChar(char ch) |
void |
acceptEnd() |
net.pwall.json.JSONValue |
getResult() |
boolean |
isClosed() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWhitespacepublic static final JSONErrorProcessor INSTANCE
public boolean isClosed()
isClosed in interface JSONProcessorpublic net.pwall.json.JSONValue getResult()
getResult in interface JSONProcessorpublic boolean acceptChar(char ch)
acceptChar in interface JSONProcessorpublic void acceptEnd()
acceptEnd in interface JSONProcessorCopyright © 2020. All rights reserved.