-
public interface JSONCoBuilder
-
-
Method Summary
Modifier and Type Method Description abstract BooleanacceptChar(Integer ch)Unitclose()abstract BooleangetComplete()abstract JSONValuegetResult()-
-
Method Detail
-
acceptChar
abstract Boolean acceptChar(Integer ch)
-
getComplete
abstract Boolean getComplete()
-
getResult
abstract JSONValue getResult()
-
-
-
-