Uses of Enum Class
com.vaadin.copilot.javarewriter.JavaRewriter.CommentType
Packages that use JavaRewriter.CommentType
-
Uses of JavaRewriter.CommentType in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaRewriter.CommentTypeModifier and TypeMethodDescriptionstatic JavaRewriter.CommentTypeReturns the enum constant of this class with the specified name.static JavaRewriter.CommentType[]JavaRewriter.CommentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.copilot.javarewriter with parameters of type JavaRewriter.CommentTypeModifier and TypeMethodDescriptionvoidJavaRewriter.addComment(ComponentInfo componentInfo, String comment, JavaRewriter.CommentType commentType) Adds a comment to the specified component in the source code.