Package | Description |
---|---|
com.github.javaparser | |
com.github.javaparser.ast.comments |
Modifier and Type | Field and Description |
---|---|
private CommentsCollection |
GeneratedJavaParserTokenManager.commentsCollection |
private CommentsCollection |
ParseResult.commentsCollection |
Modifier and Type | Method and Description |
---|---|
CommentsCollection |
GeneratedJavaParser.getCommentsCollection() |
(package private) CommentsCollection |
GeneratedJavaParserTokenManager.getCommentsCollection() |
Modifier and Type | Method and Description |
---|---|
java.util.Optional<CommentsCollection> |
ParseResult.getCommentsCollection() |
Constructor and Description |
---|
ParseResult(T result,
java.util.List<Problem> problems,
java.util.List<JavaToken> tokens,
CommentsCollection commentsCollection)
General constructor.
|
Modifier and Type | Method and Description |
---|---|
CommentsCollection |
CommentsCollection.copy() |
CommentsCollection |
CommentsCollection.minus(CommentsCollection other) |
Modifier and Type | Method and Description |
---|---|
CommentsCollection |
CommentsCollection.minus(CommentsCollection other) |