-
- All Implemented Interfaces:
public class ParserConstantsConstants used by both the main Parser and the
kjson-streamlibrary.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringrootPointerprivate final CharacterBOMprivate final IntegerMAX_INTEGER_DIGITS_LENGTHprivate final IntegerMAX_LONG_DIGITS_LENGTHprivate final LookupSet<Character>identifierStartSetprivate final LookupSet<Character>identifierContinuationSetpublic final static ParserConstantsINSTANCE
-
Method Summary
Modifier and Type Method Description final StringgetRootPointer()final CharactergetBOM()final IntegergetMAX_INTEGER_DIGITS_LENGTH()final IntegergetMAX_LONG_DIGITS_LENGTH()final LookupSet<Character>getIdentifierStartSet()final LookupSet<Character>getIdentifierContinuationSet()-
-
Method Detail
-
getRootPointer
final String getRootPointer()
-
getMAX_INTEGER_DIGITS_LENGTH
final Integer getMAX_INTEGER_DIGITS_LENGTH()
-
getMAX_LONG_DIGITS_LENGTH
final Integer getMAX_LONG_DIGITS_LENGTH()
-
getIdentifierStartSet
final LookupSet<Character> getIdentifierStartSet()
-
getIdentifierContinuationSet
final LookupSet<Character> getIdentifierContinuationSet()
-
-
-
-