Search
Compiler.compile Method
See Also
 

 Overload List

Name Description

Compiler.compile (String)

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 (String, boolean)

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