Package org.yaml.snakeyaml.scanner
Class ScannerImpl.Chomping
- java.lang.Object
-
- org.yaml.snakeyaml.scanner.ScannerImpl.Chomping
-
- Enclosing class:
- ScannerImpl
private static class ScannerImpl.Chomping extends java.lang.Object
Chomping the tail may have 3 values - yes, no, not defined.
-
-
Constructor Summary
Constructors Constructor Description Chomping(java.lang.Boolean value, int increment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
chompTailIsNotFalse()
boolean
chompTailIsTrue()
int
getIncrement()
-