java.lang.Object
org.yaml.snakeyaml.scanner.Constant
public final class Constant
extends java.lang.Object
-
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
has(int c) |
|
boolean |
has(int c,
java.lang.String additional) |
|
boolean |
hasNo(int c) |
|
boolean |
hasNo(int c,
java.lang.String additional) |
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
public static final Constant FULL_LINEBR
-
public static final Constant NULL_OR_LINEBR
-
public static final Constant NULL_BL_LINEBR
-
public static final Constant NULL_BL_T_LINEBR
-
-
-
-
Method Details
-
public boolean has(int c)
-
public boolean hasNo(int c)
-
public boolean has(int c,
java.lang.String additional)
-
public boolean hasNo(int c,
java.lang.String additional)