Java 编译器 disable() 方法

2025年3月21日 | 阅读 1 分钟

Java Compiler 类的 disable() 方法用于停止编译器执行任何操作。

语法

参数

不适用

返回

不适用

示例 1

输出

class CompilerCompileClassExample1
class DisableExample
Value returned by method is : false
Disabling the compiler!!
下一主题Java Compiler 类