Uses of Enum Class
org.yaml.snakeyaml.comments.CommentType
Packages that use CommentType
Package
Description
-
Uses of CommentType in org.yaml.snakeyaml.comments
Fields in org.yaml.snakeyaml.comments declared as CommentTypeModifier and TypeFieldDescriptionprivate final CommentType
CommentLine.commentType
private final CommentType[]
CommentEventsCollector.expectedCommentTypes
Methods in org.yaml.snakeyaml.comments that return CommentTypeModifier and TypeMethodDescriptionCommentLine.getCommentType()
static CommentType
Returns the enum constant of this class with the specified name.static CommentType[]
CommentType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.yaml.snakeyaml.comments with parameters of type CommentTypeModifierConstructorDescriptionCommentEventsCollector
(Queue<Event> eventSource, CommentType... expectedCommentTypes) Constructor used to collect events emitted by the Serializer.CommentEventsCollector
(Parser parser, CommentType... expectedCommentTypes) Constructor used to collect comment events emitted by a Parser.CommentLine
(Mark startMark, Mark endMark, String value, CommentType commentType) -
Uses of CommentType in org.yaml.snakeyaml.events
Fields in org.yaml.snakeyaml.events declared as CommentTypeMethods in org.yaml.snakeyaml.events that return CommentTypeConstructors in org.yaml.snakeyaml.events with parameters of type CommentTypeModifierConstructorDescriptionCommentEvent
(CommentType type, String value, Mark startMark, Mark endMark) -
Uses of CommentType in org.yaml.snakeyaml.scanner
Methods in org.yaml.snakeyaml.scanner with parameters of type CommentType -
Uses of CommentType in org.yaml.snakeyaml.tokens
Fields in org.yaml.snakeyaml.tokens declared as CommentTypeMethods in org.yaml.snakeyaml.tokens that return CommentTypeConstructors in org.yaml.snakeyaml.tokens with parameters of type CommentTypeModifierConstructorDescriptionCommentToken
(CommentType type, String value, Mark startMark, Mark endMark)