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

org.brioscia.javaz.expression.EnvContext Maven / Gradle / Ivy

There is a newer version: 1.3.7
Show newest version
package org.brioscia.javaz.expression;

public interface EnvContext {

	public Object get(String name) throws InvokerException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy