commentReference ::= '[' 'new'? {@link Identifier identifier} ']'
612061216122612361246125612661276128612961306131
} if (parent instanceof Annotation && ((Annotation) parent).getConstructorName() == node) { return true; } if (parent instanceof CommentReference) { CommentReference commentReference = (CommentReference) parent; if (commentReference.getNewKeyword() != null) { return true; } } return false; }