Package info.mikethomas.jfold.util
Class PyonParser
java.lang.Object
info.mikethomas.jfold.util.PyonParser
PyonParser class.
- Version:
- 7.5.1
- Author:
- Michael Thomas (mikepthomas@outlook.com)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
ConstantERROR
.static final String
ConstantJSON_FALSE
.static final String
ConstantJSON_TRUE
.static final String
ConstantNONE
.static final String
ConstantNULL
.static final String
ConstantPYON_1
.static final String
ConstantPYON_ERROR
.static final String
ConstantPYON_FALSE
.static final String
ConstantPYON_HEADER
.static final String
ConstantPYON_TRAILER
.static final String
ConstantPYON_TRUE
.static final String
ConstantSTRING_FALSE
.static final String
ConstantSTRING_TRUE
. -
Method Summary
-
Field Details
-
PYON_1
ConstantPYON_1
.- See Also:
-
PYON_HEADER
ConstantPYON_HEADER
.- See Also:
-
PYON_TRAILER
ConstantPYON_TRAILER
.- See Also:
-
ERROR
ConstantERROR
.- See Also:
-
PYON_ERROR
ConstantPYON_ERROR
. -
NONE
ConstantNONE
.- See Also:
-
NULL
ConstantNULL
.- See Also:
-
JSON_TRUE
ConstantJSON_TRUE
.- See Also:
-
PYON_TRUE
ConstantPYON_TRUE
.- See Also:
-
STRING_TRUE
ConstantSTRING_TRUE
.- See Also:
-
JSON_FALSE
ConstantJSON_FALSE
.- See Also:
-
PYON_FALSE
ConstantPYON_FALSE
.- See Also:
-
STRING_FALSE
ConstantSTRING_FALSE
.- See Also:
-
-
Method Details