Package | Description |
---|---|
com.github.javaparser | |
com.github.javaparser.ast.comments |
Modifier and Type | Method | Description |
---|---|---|
Optional<CommentsCollection> |
ParseResult.getCommentsCollection() |
Constructor | Description |
---|---|
ParseResult(T result,
List<Problem> problems,
List<JavaToken> tokens,
CommentsCollection commentsCollection) |
General constructor.
|
Modifier and Type | Method | Description |
---|---|---|
CommentsCollection |
CommentsCollection.copy() |
|
CommentsCollection |
CommentsCollection.minus(CommentsCollection other) |
Modifier and Type | Method | Description |
---|---|---|
CommentsCollection |
CommentsCollection.minus(CommentsCollection other) |
Copyright © 2007–2019. All rights reserved.