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.
true to encase source in square brackets if it is not encased already; otherwise, false.
The compiled script.