Uses of Enum Class
com.vaadin.copilot.rewriter.CommentType
Packages that use CommentType
-
Uses of CommentType in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter with parameters of type CommentTypeModifier and TypeMethodDescriptionvoidJavaRewriter.addComment(ComponentInfo componentInfo, String comment, CommentType commentType) Adds a comment to the specified component in the source code. -
Uses of CommentType in com.vaadin.copilot.rewriter
Methods in com.vaadin.copilot.rewriter that return CommentTypeModifier and TypeMethodDescriptionstatic CommentTypeReturns 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.Methods in com.vaadin.copilot.rewriter with parameters of type CommentTypeModifier and TypeMethodDescriptionvoidCopilotRewriter.addComment(C component, String comment, CommentType commentType) Adds a comment next to the component.