public class JSONKeywordProcessor extends Object implements JSONProcessor
| Constructor and Description |
|---|
JSONKeywordProcessor(String keyword,
net.pwall.json.JSONValue value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
acceptChar(char ch) |
void |
close() |
net.pwall.json.JSONValue |
getResult() |
boolean |
isComplete() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisWhitespacepublic JSONKeywordProcessor(String keyword, net.pwall.json.JSONValue value)
public boolean isComplete()
isComplete in interface JSONProcessorpublic net.pwall.json.JSONValue getResult()
getResult in interface JSONProcessorpublic boolean acceptChar(char ch)
acceptChar in interface JSONProcessorpublic void close()
close in interface JSONProcessorCopyright © 2020. All rights reserved.