Uses of Enum
org.snakeyaml.engine.v2.scanner.ScannerImpl.Chomping.Indicator
Packages that use ScannerImpl.Chomping.Indicator
-
Uses of ScannerImpl.Chomping.Indicator in org.snakeyaml.engine.v2.scanner
Fields in org.snakeyaml.engine.v2.scanner declared as ScannerImpl.Chomping.IndicatorModifier and TypeFieldDescriptionprivate final ScannerImpl.Chomping.Indicator
ScannerImpl.Chomping.value
Methods in org.snakeyaml.engine.v2.scanner that return ScannerImpl.Chomping.IndicatorModifier and TypeMethodDescriptionprivate static ScannerImpl.Chomping.Indicator
ScannerImpl.Chomping.parse
(int codePoint) Returns the enum constant of this type with the specified name.static ScannerImpl.Chomping.Indicator[]
ScannerImpl.Chomping.Indicator.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.snakeyaml.engine.v2.scanner with parameters of type ScannerImpl.Chomping.IndicatorModifierConstructorDescriptionChomping
(ScannerImpl.Chomping.Indicator value, Optional<Integer> increment)