Uses of Enum Class
com.strobel.decompiler.languages.java.ast.CommentType
Packages that use CommentType
-
Uses of CommentType in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type CommentTypeModifier and TypeMethodDescriptionvoidIOutputFormatter.writeComment(CommentType commentType, String content) voidTextOutputFormatter.writeComment(CommentType commentType, String content) -
Uses of CommentType in com.strobel.decompiler.languages.java.ast
Methods in com.strobel.decompiler.languages.java.ast that return CommentTypeModifier and TypeMethodDescriptionfinal CommentTypeComment.getCommentType()static 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.strobel.decompiler.languages.java.ast with parameters of type CommentTypeConstructors in com.strobel.decompiler.languages.java.ast with parameters of type CommentType