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