Package org.yaml.snakeyaml.scanner
Class Constant
- java.lang.Object
-
- org.yaml.snakeyaml.scanner.Constant
-
public final class Constant extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static ConstantALPHAstatic ConstantFULL_LINEBRstatic ConstantLINEBRstatic ConstantNULL_BL_LINEBRstatic ConstantNULL_BL_Tstatic ConstantNULL_BL_T_LINEBRstatic ConstantNULL_OR_LINEBRstatic ConstantURI_CHARS
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhas(int c)booleanhas(int c, java.lang.String additional)booleanhasNo(int c)booleanhasNo(int c, java.lang.String additional)
-
-
-
Field Detail
-
LINEBR
public static final Constant LINEBR
-
FULL_LINEBR
public static final Constant FULL_LINEBR
-
NULL_OR_LINEBR
public static final Constant NULL_OR_LINEBR
-
NULL_BL_LINEBR
public static final Constant NULL_BL_LINEBR
-
NULL_BL_T_LINEBR
public static final Constant NULL_BL_T_LINEBR
-
NULL_BL_T
public static final Constant NULL_BL_T
-
URI_CHARS
public static final Constant URI_CHARS
-
ALPHA
public static final Constant ALPHA
-
-