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

com.imsweb.validation.translation.language.entity.ParsedTreeNode Maven / Gradle / Ivy

/*
 * Copyright (C) 2010 Information Management Services, Inc.
 */
package com.imsweb.validation.translation.language.entity;

import com.imsweb.validation.translation.EditTranslationContext;

public interface ParsedTreeNode {

    void generateGroovy(StringBuilder buf, EditTranslationContext tContext);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy