Uses of Enum
org.snakeyaml.engine.v2.comments.CommentType
Packages that use CommentType
Package
Description
-
Uses of CommentType in org.snakeyaml.engine.v2.comments
Subclasses with type arguments of type CommentType in org.snakeyaml.engine.v2.commentsFields in org.snakeyaml.engine.v2.comments declared as CommentTypeModifier and TypeFieldDescriptionprivate final CommentTypeCommentLine.commentTypeprivate final CommentType[]CommentEventsCollector.expectedCommentTypesMethods in org.snakeyaml.engine.v2.comments that return CommentTypeModifier and TypeMethodDescriptionCommentLine.getCommentType()getterstatic CommentTypeReturns the enum constant of this type with the specified name.static CommentType[]CommentType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.snakeyaml.engine.v2.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(Optional<Mark> startMark, Optional<Mark> endMark, String value, CommentType commentType) Create -
Uses of CommentType in org.snakeyaml.engine.v2.events
Fields in org.snakeyaml.engine.v2.events declared as CommentTypeMethods in org.snakeyaml.engine.v2.events that return CommentTypeConstructors in org.snakeyaml.engine.v2.events with parameters of type CommentTypeModifierConstructorDescriptionCommentEvent(CommentType type, String value, Optional<Mark> startMark, Optional<Mark> endMark) -
Uses of CommentType in org.snakeyaml.engine.v2.scanner
Methods in org.snakeyaml.engine.v2.scanner with parameters of type CommentType -
Uses of CommentType in org.snakeyaml.engine.v2.tokens
Fields in org.snakeyaml.engine.v2.tokens declared as CommentTypeMethods in org.snakeyaml.engine.v2.tokens that return CommentTypeConstructors in org.snakeyaml.engine.v2.tokens with parameters of type CommentTypeModifierConstructorDescriptionCommentToken(CommentType type, String value, Optional<Mark> startMark, Optional<Mark> endMark)