Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
L
- length() - Method in class com.blackrook.json.JSONObject
-
Gets length of this array-typed object.
- Lexer - Class in com.blackrook.json.struct
-
Breaks up a stream of characters into lexicographical tokens.
- Lexer(Lexer.Kernel, Reader) - Constructor for class com.blackrook.json.struct.Lexer
-
Creates a new lexer around a reader.
- Lexer(Lexer.Kernel, String) - Constructor for class com.blackrook.json.struct.Lexer
-
Creates a new lexer around a String, that will be wrapped into a StringReader.
- Lexer(Lexer.Kernel, String, Reader) - Constructor for class com.blackrook.json.struct.Lexer
-
Creates a new lexer around a reader.
- Lexer(Lexer.Kernel, String, String) - Constructor for class com.blackrook.json.struct.Lexer
-
Creates a new lexer around a String, that will be wrapped into a StringReader.
- Lexer.Kernel - Class in com.blackrook.json.struct
-
This is a info kernel that tells a
Lexer
how to interpret certain characters and identifiers. - Lexer.Parser - Class in com.blackrook.json.struct
-
Abstract parser class.
- Lexer.Parser.Exception - Exception in com.blackrook.json.struct
-
Thrown when a Parser has a problem.
- Lexer.ReaderStack - Class in com.blackrook.json.struct
-
This holds a series of
Reader
streams such that the stream on top is the current active stream. - Lexer.ReaderStack.Stream - Class in com.blackrook.json.struct
-
Stream encapsulation of a single named Reader.
- Lexer.Token - Class in com.blackrook.json.struct
-
Lexer token object.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form