Search
Compiler.compile Method
See Also
 






 Overload List

Name Description

Compiler.compile

Returns a ByteCode object corresponding to the specified source code. The returned byte code can be subsequently evaluated by calling its ByteCode.evaluate method.

Compiler.compile

Returns a ByteCode object corresponding to the specified source code. The returned byte code can be subsequently evaluated by calling its ByteCode.evaluate method.

 See Also