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.ObjectChomping 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 booleanchompTailIsNotFalse()booleanchompTailIsTrue()intgetIncrement()
-