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 / clear.bsh < prev    next >
Text File  |  2005-05-23  |  242b  |  11 lines

  1. /**
  2.     Clear all variables, methods, and imports from this namespace.
  3.     If this namespace is the root, it will be reset to the default 
  4.     imports.
  5.     See NameSpace.clear();
  6.     @see NameSpace.clear();
  7. */
  8. clear() {
  9.     this.caller.namespace.clear();
  10. }
  11.