org.snapscript.core.Evaluation Maven / Gradle / Ivy
package org.snapscript.core;
public interface Evaluation{
Value evaluate(Scope scope, Object left) throws Exception;
}
package org.snapscript.core;
public interface Evaluation{
Value evaluate(Scope scope, Object left) throws Exception;
}