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
File: com.mindfusion.scripting
SyntaxJava
Copy Code
|
|---|
public static ByteCode compile ( |
The script to compile.
The compiled script.
See Also