Package | Description |
---|---|
com.github.antlrjavaparser.api.visitor |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013. All Rights Reserved.