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 TypeMethodDescriptionvoid
IOutputFormatter.writeComment
(CommentType commentType, String content) void
TextOutputFormatter.writeComment
(CommentType commentType, String content) -
Uses of CommentType in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast declared as CommentTypeMethods in com.strobel.decompiler.languages.java.ast that return CommentTypeModifier and TypeMethodDescriptionfinal CommentType
Comment.getCommentType()
static CommentType
Returns 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