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

org.snapscript.core.attribute.AttributeResult Maven / Gradle / Ivy

package org.snapscript.core.attribute;

import org.snapscript.core.constraint.Constraint;
import org.snapscript.core.scope.Scope;
import org.snapscript.core.type.Type;

public interface AttributeResult {
   Constraint getConstraint(Scope scope, Constraint left, Type... types) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy