ICommentConfiguration<?> commentConfiguration;
@Inject
public DomModelSequenceAdapter(IHiddenTokenHelper hiddenTokenHelper, ICommentConfiguration<?> commentConfiguration,
ILineSeparatorInformation lineSeparatorInformation, ISerializationDiagnostic.Acceptor errorAcceptor) {
current = new CompositeDomNode();
stack = Lists.newArrayList();
this.errorAcceptor = errorAcceptor;
this.hiddenTokenHelper = hiddenTokenHelper;
this.lineSeparatorInformation = lineSeparatorInformation;
this.commentConfiguration = commentConfiguration;