home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 June
/
PCWorld_2007-06_cd.bin
/
multimedia
/
ppsee
/
PPSeeSetup.exe
/
lib
/
bsh-commands-2.0b4.jar
/
bsh
/
commands
/
bind.bsh
< prev
next >
Wrap
Text File
|
2005-05-23
|
209b
|
11 lines
/**
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 );
}