
cfml.parsing.cfscript.CFScope Maven / Gradle / Ivy
/**
* A scope is a collection of name->value maps.
*/
package cfml.parsing.cfscript;
public interface CFScope {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
/**
* A scope is a collection of name->value maps.
*/
package cfml.parsing.cfscript;
public interface CFScope {
}