org.hecl.java
Class HeclJavaCmd
- java.lang.Object
-
- org.hecl.java.HeclJavaCmd
-
-
Constructor Summary
Constructors Constructor and Description HeclJavaCmd()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description ThingcmdCode(Interp interp, Thing[] argv)ThecmdCodemethod takes an interpreter and an array of Things, performs some calculations, and returns aThingrepresenting the computed value, ornull.static voidload(Interp interp)static voidunload(Interp interp)
-
-
-
Method Detail
-
cmdCode
public Thing cmdCode(Interp interp, Thing[] argv) throws HeclException
Description copied from interface:CommandThecmdCodemethod takes an interpreter and an array of Things, performs some calculations, and returns aThingrepresenting the computed value, ornull.- 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)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG