Skip to content

Failed to visit Javadoc node #836

Answered by jjohnstn
Table-the-cat asked this question in Q&A
Discussion options

You must be logged in to vote

You need to use ASTVisitor(true) for the ASTVisitor constructor. Otherwise, Javadoc-specific visit methods will return false by default and you won't get to the children. They will return true by default if you specify true to the constructor so you don't need to override them.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jjohnstn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants