Skip navigation links
A C G I J N 

A

acceptChar(int) - Method in class net.pwall.json.stream.JSONArrayBuilder
 
acceptChar(int) - Method in interface net.pwall.json.stream.JSONBuilder
Accept a character as part of the JSON, and return true if the character has been consumed.
acceptChar(int) - Method in class net.pwall.json.stream.JSONKeywordBuilder
 
acceptChar(int) - Method in class net.pwall.json.stream.JSONNumberBuilder
 
acceptChar(int) - Method in class net.pwall.json.stream.JSONObjectBuilder
 
acceptChar(int) - Method in class net.pwall.json.stream.JSONStringBuilder
 
acceptChar(int) - Method in class net.pwall.json.stream.JSONValueBuilder
 
acceptInt(int) - Method in class net.pwall.json.stream.JSONArrayPipeline
 
acceptInt(int) - Method in class net.pwall.json.stream.JSONStream
 

C

checkWhitespace(int) - Static method in interface net.pwall.json.stream.JSONBuilder
 
close() - Method in class net.pwall.json.stream.JSONArrayPipeline
 
close() - Method in interface net.pwall.json.stream.JSONBuilder
Close the builder.
close() - Method in class net.pwall.json.stream.JSONNumberBuilder
 
close() - Method in class net.pwall.json.stream.JSONStream
 
close() - Method in class net.pwall.json.stream.JSONValueBuilder
 

G

getResult() - Method in class net.pwall.json.stream.JSONArrayBuilder
 
getResult() - Method in interface net.pwall.json.stream.JSONBuilder
Get the JSONValue result.
getResult() - Method in class net.pwall.json.stream.JSONKeywordBuilder
 
getResult() - Method in class net.pwall.json.stream.JSONNumberBuilder
 
getResult() - Method in class net.pwall.json.stream.JSONObjectBuilder
 
getResult() - Method in class net.pwall.json.stream.JSONStream
 
getResult() - Method in class net.pwall.json.stream.JSONStringBuilder
 
getResult() - Method in class net.pwall.json.stream.JSONValueBuilder
 

I

isComplete() - Method in class net.pwall.json.stream.JSONArrayBuilder
 
isComplete() - Method in class net.pwall.json.stream.JSONArrayPipeline
 
isComplete() - Method in interface net.pwall.json.stream.JSONBuilder
Test whether the JSON being parsed by this builder is complete.
isComplete() - Method in class net.pwall.json.stream.JSONKeywordBuilder
 
isComplete() - Method in class net.pwall.json.stream.JSONNumberBuilder
 
isComplete() - Method in class net.pwall.json.stream.JSONObjectBuilder
 
isComplete() - Method in class net.pwall.json.stream.JSONStringBuilder
 
isComplete() - Method in class net.pwall.json.stream.JSONValueBuilder
 
isWhitespace(int) - Static method in interface net.pwall.json.stream.JSONBuilder
Test a character for whitespace.

J

JSONArrayBuilder - Class in net.pwall.json.stream
 
JSONArrayBuilder() - Constructor for class net.pwall.json.stream.JSONArrayBuilder
 
JSONArrayPipeline<R> - Class in net.pwall.json.stream
A pipeline class that takes a stream of characters (Unicode code points) and outputs JSONValues.
JSONArrayPipeline(Acceptor<JSONValue, R>) - Constructor for class net.pwall.json.stream.JSONArrayPipeline
 
JSONBuilder - Interface in net.pwall.json.stream
Interface implemented by all JSONXxxxBuilder classes, which consume a stream of characters representing a JSON value and return the parsed value.
JSONKeywordBuilder - Class in net.pwall.json.stream
 
JSONKeywordBuilder(String, JSONValue) - Constructor for class net.pwall.json.stream.JSONKeywordBuilder
 
JSONNumberBuilder - Class in net.pwall.json.stream
 
JSONNumberBuilder(char) - Constructor for class net.pwall.json.stream.JSONNumberBuilder
 
JSONObjectBuilder - Class in net.pwall.json.stream
 
JSONObjectBuilder() - Constructor for class net.pwall.json.stream.JSONObjectBuilder
 
JSONStream - Class in net.pwall.json.stream
A stream class that consumes a sequence of characters and produces a JSONValue result.
JSONStream() - Constructor for class net.pwall.json.stream.JSONStream
 
JSONStringBuilder - Class in net.pwall.json.stream
 
JSONStringBuilder() - Constructor for class net.pwall.json.stream.JSONStringBuilder
 
JSONValueBuilder - Class in net.pwall.json.stream
 
JSONValueBuilder() - Constructor for class net.pwall.json.stream.JSONValueBuilder
 

N

net.pwall.json.stream - package net.pwall.json.stream
 
A C G I J N 
Skip navigation links

Copyright © 2020. All rights reserved.