-
- All Implemented Interfaces:
-
net.pwall.json.stream.JSONCoBuilder
public final class JSONCoKeywordBuilder implements JSONCoBuilder
-
-
Constructor Summary
Constructors Constructor Description JSONCoKeywordBuilder(String keyword, JSONValue value)
-
Method Summary
Modifier and Type Method Description BooleanacceptChar(Integer ch)BooleangetComplete()JSONValuegetResult()final StringgetKeyword()final JSONValuegetValue()-
Methods inherited from class net.pwall.json.stream.JSONCoKeywordBuilder
close -
Methods inherited from class net.pwall.json.stream.JSONCoBuilder
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
JSONCoKeywordBuilder
JSONCoKeywordBuilder(String keyword, JSONValue value)
-
-
Method Detail
-
acceptChar
Boolean acceptChar(Integer ch)
-
getComplete
Boolean getComplete()
-
getResult
JSONValue getResult()
-
getKeyword
final String getKeyword()
-
getValue
final JSONValue getValue()
-
-
-
-