/jEdit/tags/jedit-4-5-pre1/org/gjt/sp/jedit/bsh/commands/bind.bsh
# · Unknown · 10 lines · 8 code · 2 blank · 0 comment · 0 complexity · a62a79776dd68bd392bece62e5fdf25e MD5 · raw file
- /**
- Bind a bsh object into a particular namespace and interpreter
- */
- import org.gjt.sp.jedit.bsh.This;
- import org.gjt.sp.jedit.bsh.NameSpace;
- bind( org.gjt.sp.jedit.bsh.This ths, bsh.NameSpace namespace ) {
- This.bind( ths, namespace, this.interpreter );
- }