Uses of Class
org.snakeyaml.engine.v2.common.CharConstants
-
Packages that use CharConstants Package Description org.snakeyaml.engine.v2.common org.snakeyaml.engine.v2.scanner -
-
Uses of CharConstants in org.snakeyaml.engine.v2.common
Fields in org.snakeyaml.engine.v2.common declared as CharConstants Modifier and Type Field Description static CharConstantsCharConstants. ALPHAstatic CharConstantsCharConstants. LINEBRstatic CharConstantsCharConstants. NULL_BL_LINEBRstatic CharConstantsCharConstants. NULL_BL_Tstatic CharConstantsCharConstants. NULL_BL_T_LINEBRstatic CharConstantsCharConstants. NULL_OR_LINEBRstatic CharConstantsCharConstants. URI_CHARS_FOR_TAG_PREFIXstatic CharConstantsCharConstants. URI_CHARS_FOR_TAG_SUFFIX -
Uses of CharConstants in org.snakeyaml.engine.v2.scanner
Methods in org.snakeyaml.engine.v2.scanner with parameters of type CharConstants Modifier and Type Method Description private java.lang.StringScannerImpl. scanTagUri(java.lang.String name, CharConstants range, java.util.Optional<Mark> startMark)Scan a Tag URI.
-