Uses of Enum
org.yaml.snakeyaml.comments.CommentType
Packages that use CommentType
-
Uses of CommentType in org.yaml.snakeyaml.comments
Methods in org.yaml.snakeyaml.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.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) Create -
Uses of CommentType in org.yaml.snakeyaml.events
Methods 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) Create -
Uses of CommentType in org.yaml.snakeyaml.tokens
Methods 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) Create