cfml.parsing.cfscript.CFScope Maven / Gradle / Ivy
The newest version!
/**
* A scope is a collection of name->value maps.
*/
package cfml.parsing.cfscript;
public interface CFScope {
}
/**
* A scope is a collection of name->value maps.
*/
package cfml.parsing.cfscript;
public interface CFScope {
}