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

cdc.applic.publication.InformalTextFormatter Maven / Gradle / Ivy

The newest version!
package cdc.applic.publication;

import cdc.applic.expressions.literals.InformalText;

/**
 * Interface implemented by objects that can format {@link InformalText}s.
 *
 * @author Damien Carbonne
 */
public interface InformalTextFormatter extends PieceFormatter {
    /**
     * The string representation of a {@link InformalText}.
     *
     * @param text The informal text.
     * @return The string representation of {@code text}.
     */
    public String getText(InformalText text);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy