org.hecl.load
Class LoadCmd
- java.lang.Object
-
- org.hecl.load.LoadCmd
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description ThingcmdCode(Interp interp, Thing[] argv)ThecmdCodemethod implements the 'load' command.static voidload(Interp interp)static voidunload(Interp interp)TheunloadModulemethod unloads the module.
-
-
-
Method Detail
-
cmdCode
public Thing cmdCode(Interp interp, Thing[] argv) throws HeclException
ThecmdCodemethod implements the 'load' command.- Specified by:
cmdCodein interfaceCommand- Parameters:
interp- anInterpvalueargv- aThing[]value- Returns:
- A
Thingrepresenting the computed value, ornull. - Throws:
HeclException- if an error occurs
-
load
public static void load(Interp interp) throws HeclException
- Throws:
HeclException
-
unload
public static void unload(Interp interp) throws HeclException
TheunloadModulemethod unloads the module.- Parameters:
interp- anInterpvalue- Throws:
HeclException- if an error occurs
-
-
DataMelt 3.0 © DataMelt by jWork.ORG