Uses of Class
org.yaml.snakeyaml.scanner.ScannerImpl
-
Packages that use ScannerImpl Package Description org.yaml.snakeyaml.scanner -
-
Uses of ScannerImpl in org.yaml.snakeyaml.scanner
Methods in org.yaml.snakeyaml.scanner that return ScannerImpl Modifier and Type Method Description ScannerImpl
ScannerImpl. setEmitComments(boolean emitComments)
Set the scanner to ignore comments or emit them as aCommentToken
.
-