/** * Copyright (C) 2013-2016 The Rythm Engine project * for LICENSE and other details see: * https://github.com/rythmengine/rythmengine */ package org.rythmengine.internal; /** * Created by IntelliJ IDEA. * User: luog * Date: 29/01/12 * Time: 11:24 AM * To change this template use File | Settings | File Templates. */ public interface IKeywordParserFactory extends IParserFactory { IKeyword keyword(); }