Returns a ByteCode object corresponding to the specified source code. The returned byte code can be subsequently evaluated by calling its ByteCode.evaluate method.
Namespace: com.mindfusion.scripting
Package: com.mindfusion.scripting
Java Copy Code |
---|
public static ByteCode compile ( |
The script to compile.
The compiled script.