package de.ugoe.cs.swe.bnftools.ui.formatter; import org.eclipse.emf.ecore.EObject; public class EbnfHtmlFormatterVisitor extends EbnfFormatterVisitor { public EbnfHtmlFormatterVisitor(EObject rootNode, FormatterConfig config) { super(rootNode, config); this.config = config; buf = new StringBuffer(); } }