/jEdit/tags/jedit-4-5-pre1/org/gjt/sp/jedit/bsh/commands/clear.bsh
# · Unknown · 10 lines · 10 code · 0 blank · 0 comment · 0 complexity · eb17c73bd14fa10226d6f764df0d85ca MD5 · raw file
- /**
- Clear all variables, methods, and imports from this namespace.
- If this namespace is the root, it will be reset to the default
- imports.
- See NameSpace.clear();
- @see NameSpace.clear();
- */
- clear() {
- this.caller.namespace.clear();
- }