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

cdc.applic.expressions.Spacing Maven / Gradle / Ivy

The newest version!
package cdc.applic.expressions;

/**
 * Enumeration of possible spacings to write an expression.
 *
 * @author Damien Carbonne
 */
public enum Spacing {
    /**
     * All non-required spaces should be avoided.
     */
    NARROW,
    /**
     * Spaces should be inserted, even when not needed, to make expression appear better.
     */
    WIDE
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy