Uses of Class
com.strobel.decompiler.languages.java.ast.CommentType
-
Packages that use CommentType Package Description com.strobel.decompiler.languages.java com.strobel.decompiler.languages.java.ast -
-
Uses of CommentType in com.strobel.decompiler.languages.java
Methods in com.strobel.decompiler.languages.java with parameters of type CommentType Modifier and Type Method Description void
IOutputFormatter. writeComment(CommentType commentType, java.lang.String content)
void
TextOutputFormatter. writeComment(CommentType commentType, java.lang.String content)
-
Uses of CommentType in com.strobel.decompiler.languages.java.ast
Fields in com.strobel.decompiler.languages.java.ast declared as CommentType Modifier and Type Field Description private CommentType
Comment. _commentType
Methods in com.strobel.decompiler.languages.java.ast that return CommentType Modifier and Type Method Description CommentType
Comment. getCommentType()
static CommentType
CommentType. valueOf(java.lang.String name)
Returns 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.Methods in com.strobel.decompiler.languages.java.ast with parameters of type CommentType Modifier and Type Method Description void
Comment. setCommentType(CommentType commentType)
Constructors in com.strobel.decompiler.languages.java.ast with parameters of type CommentType Constructor Description Comment(java.lang.String content, CommentType commentType)
-