类 JDKCompilerHelper
java.lang.Object
com.baidu.bjf.remoting.protobuf.utils.JDKCompilerHelper
static access for
JdkCompiler.- 从以下版本开始:
- 1.0.2
- 作者:
- xiemalin
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static CompilerGets the jdk compiler.static CompilerGets the jdk compiler.static voidsetCompiler(Compiler compiler) Sets the compiler.
-
字段详细资料
-
COMPILER
singleton instance forJdkCompiler.
-
-
构造器详细资料
-
JDKCompilerHelper
public JDKCompilerHelper()
-
-
方法详细资料
-
getJdkCompiler
Gets the jdk compiler.- 返回:
- the jdk compiler
-
setCompiler
Sets the compiler.- 参数:
compiler- the new compiler
-
getJdkCompiler
Gets the jdk compiler.- 参数:
cl- the cl- 返回:
- the jdk compiler
-