getOrphanComments

This is a list of Comment which are inside the node and are not associated with any meaningful AST Node.

For example, comments at the end of methods (immediately before the parenthesis) or at the end of CompilationUnit are orphan comments.

When more than one comment preceeds a statement, the one immediately preceding it it is associated with the statements, while the others are orphans.

Changes to this list are not persisted.

Return

all comments that cannot be attributed to a concept