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

com.sap.cloud.security.ams.dcl.client.el.Expression Maven / Gradle / Ivy

The newest version!
/************************************************************************
 * © 2019-2024 SAP SE or an SAP affiliate company. All rights reserved. *
 ************************************************************************/
package com.sap.cloud.security.ams.dcl.client.el;

/**
 * @apiNote {@code Expression} is not to be implemented by consumers.
 * @implSpec Instances of this interface are immutable and thread-safe.
 * 
 *           Expression was changed from an class to an interface in version 0.12.
 * 
 * @since 0.5
 */
public interface Expression {
    void accept(Visitor visitor);

    Object accept(Transformer transformer);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy