|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommentFormatter.CommentLocation | |
---|---|
com.github.antlrjavaparser.api.visitor |
Uses of CommentFormatter.CommentLocation in com.github.antlrjavaparser.api.visitor |
---|
Methods in com.github.antlrjavaparser.api.visitor that return CommentFormatter.CommentLocation | |
---|---|
static CommentFormatter.CommentLocation |
CommentFormatter.CommentLocation.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CommentFormatter.CommentLocation[] |
CommentFormatter.CommentLocation.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.github.antlrjavaparser.api.visitor with parameters of type CommentFormatter.CommentLocation | |
---|---|
String |
CommentFormatter.format(Comment comment,
int indentLevel,
CommentFormatter.CommentLocation commentLocation)
Format a given comment with the indent level specified. |
String |
CommentFormatter.format(String comment,
int indentLevel,
CommentFormatter.CommentLocation commentLocation)
Format a given comment string with the indent level specified. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |