454647484950515253
} } protected void addComment(int type) { int leftPosition = getTokenStartPosition(); Comment comment = new Comment(commentStartPosition, leftPosition + getTokenLength(), type); getCommentList().add(comment); }
464748495051525354