Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
T
- Token(String, int, String, int, int) - Constructor for class com.blackrook.json.struct.Lexer.Token
- toString() - Method in class com.blackrook.json.JSONObject
- toString() - Method in class com.blackrook.json.struct.Lexer.Token
- TYPE_COMMENT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Comment.
- TYPE_DELIM_CLOSE_COMMENT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Close comment.
- TYPE_DELIM_COMMENT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Delimiter Comment (never returned).
- TYPE_DELIM_LINE_COMMENT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Line comment.
- TYPE_DELIM_NEWLINE - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: New line character.
- TYPE_DELIM_OPEN_COMMENT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Open comment.
- TYPE_DELIM_SPACE - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Space.
- TYPE_DELIM_TAB - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Tab.
- TYPE_DELIMITER - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Delimiter (never returned).
- TYPE_END_OF_LEXER - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: End of lexer.
- TYPE_END_OF_STREAM - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: End of stream.
- TYPE_EXPONENT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Exponent state (never returned).
- TYPE_EXPONENT_POWER - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Exponent power state (never returned).
- TYPE_FLOAT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Floating point state (never returned).
- TYPE_HEX_INTEGER - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: hexadecimal integer (never returned).
- TYPE_HEX_INTEGER0 - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: hexadecimal integer (never returned).
- TYPE_HEX_INTEGER1 - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: hexadecimal integer (never returned).
- TYPE_IDENTIFIER - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Identifier.
- TYPE_ILLEGAL - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Illegal token.
- TYPE_LINE_COMMENT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Line Comment.
- TYPE_NUMBER - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Number.
- TYPE_POINT - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Point state (never returned).
- TYPE_RAWSTRING - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Raw String (never returned).
- TYPE_STRING - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: String.
- TYPE_UNKNOWN - Static variable in class com.blackrook.json.struct.Lexer.Kernel
-
Reserved token type: Unknown token.
- TypeProfileFactory - Class in com.blackrook.json.struct
-
A factory that produces type profiles for POJOs and data objects.
- TypeProfileFactory(TypeProfileFactory.MemberPolicy) - Constructor for class com.blackrook.json.struct.TypeProfileFactory
-
Creates a new TypeProfileFactory.
- TypeProfileFactory.MemberPolicy - Interface in com.blackrook.json.struct
-
An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).
- TypeProfileFactory.Profile<T> - Class in com.blackrook.json.struct
-
Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.
- TypeProfileFactory.Profile.FieldInfo - Class in com.blackrook.json.struct
-
Field information.
- TypeProfileFactory.Profile.MethodInfo - Class in com.blackrook.json.struct
-
Method signature.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form