169170171172173174175
EntityDeclaration declaration) { return new EntityReferenceImpl(name, declaration, fLocation); } public Comment createComment(String text) { return new CommentImpl(text, fLocation); }