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

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

The newest version!
package cdc.applic.publication;

import cdc.applic.expressions.literals.SName;

/**
 * Interface implemented by objects that can format {@link SName}s.
 * 

* Used to format Prefixes, Property local names and Alias local names. * * @author Damien Carbonne */ public interface SNameFormatter extends PieceFormatter { /** * The string representation of a {@link SName}. * * @param name The name. * @return The string representation of {@code name}. */ public String getText(SName name); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy