Package org.luwrain.script.core
Class Module
java.lang.Object
org.luwrain.script.core.Module
- All Implemented Interfaces:
AutoCloseable
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
execFuncValue
(Value func) Value
execNewInstance
(Value construct, Object[] args)
-
Constructor Details
-
Module
-
Module
-
Module
-
-
Method Details
-
eval
-
execFuncValue
public void execFuncValue(Value func) -
execNewInstance
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
-