cdc.applic.publication.InformalTextFormatter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cdc-applic-publication Show documentation
Show all versions of cdc-applic-publication Show documentation
Applicabilities Publication.
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