All Downloads are FREE. Search and download functionalities are using the official Maven repository.

webit.script.core.text.TextStatmentFactory Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
// Copyright (c) 2013, Webit Team. All Rights Reserved.
package webit.script.core.text;

import webit.script.Template;
import webit.script.core.ast.Statment;

/**
 *
 * @author Zqq
 */
public interface TextStatmentFactory {

    void startTemplateParser(Template template);

    void finishTemplateParser(Template template);

    Statment getTextStatment(Template template, char[] text, int line, int column);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy