/** * Copyright (C) 2013-2016 The Rythm Engine project * for LICENSE and other details see: * https://github.com/rythmengine/rythmengine */ package org.rythmengine.internal; public interface ICaretParserFactory extends IParserFactory { String getCaret(IDialect dialect); }