Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
P
- parseBoolean(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a boolean from a string.
- parseBoolean(String, boolean) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a boolean from a string.
- parseByte(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a byte from a string.
- parseByte(String, byte) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a byte from a string.
- parseChar(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a char from a string.
- parseChar(String, char) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a byte from a string.
- parseDouble(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a double from a string.
- parseDouble(String, double) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a double from a string.
- parseFloat(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a float from a string.
- parseFloat(String, float) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a float from a string.
- parseInt(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse an int from a string.
- parseInt(String, int) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse an int from a string.
- parseLong(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a long from a string.
- parseLong(String, long) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a long from a string.
- Parser(Lexer) - Constructor for class com.blackrook.json.struct.Lexer.Parser
-
Constructs the parser and binds a Lexer to it.
- parseShort(String) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a short from a string.
- parseShort(String, short) - Static method in class com.blackrook.json.struct.Utils
-
Attempts to parse a short from a string.
- peek() - Method in class com.blackrook.json.struct.Lexer.ReaderStack
-
Gets the reference to the topmost (current) stream.
- pop() - Method in class com.blackrook.json.JSONObject
-
Removes a member from the beginning index of this JSONObject, shifting the contents, but only if this is an array.
- pop() - Method in class com.blackrook.json.struct.Lexer.ReaderStack
-
Pops a
Lexer.ReaderStack.Stream
off of the top of this stack. - push(JSONObject) - Method in class com.blackrook.json.JSONObject
-
Adds a member to the beginning of this JSONObject, shifting the contents, but only if this is an array.
- push(String, Reader) - Method in class com.blackrook.json.struct.Lexer.ReaderStack
-
Pushes another reader onto the stack.
- pushStream(String, Reader) - Method in class com.blackrook.json.struct.Lexer
-
Pushes a stream onto the encapsulated reader stack.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form