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

bsh.util.commands.bind.bsh Maven / Gradle / Ivy

The newest version!
/**
	Bind a bsh object into a particular namespace and interpreter
*/
import bsh.This;
import bsh.NameSpace;

bind( bsh.This ths, bsh.NameSpace namespace ) {
	This.bind( ths, namespace, this.interpreter );
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy