Class JavaBytecodeRunUnit
java.lang.Object
org.openzen.zenscript.javabytecode.JavaBytecodeRunUnit
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(JavaBytecodeModule module) voidvoidrun()voidrun(Map<FunctionParameter, Object> arguments) voidrun(Map<FunctionParameter, Object> arguments, ClassLoader parentClassLoader)
-
Constructor Details
-
Method Details
-
add
-
run
public void run() throws ClassNotFoundException, NoSuchMethodException, IllegalAccessException, InvocationTargetException -
run
public void run(Map<FunctionParameter, Object> arguments) throws ClassNotFoundException, NoSuchMethodException, IllegalAccessException, InvocationTargetException -
run
public void run(Map<FunctionParameter, Object> arguments, ClassLoader parentClassLoader) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException -
dump
-