-
public static interface CompilationEvalProcessor.CommandFactory
-
-
方法概要
修饰符和类型 方法 说明 static @NotNull CompilationEvalProcessor.CommandFactory
make(CompilationEvalProcessor.Command cmd)
@NotNull CompilationEvalProcessor.Command
make(DataInput input)
-
-
-
方法详细资料
-
make
@NotNull @NotNull CompilationEvalProcessor.Command make(DataInput input) throws IOException, CompeteException
-
make
@NotNull static @NotNull CompilationEvalProcessor.CommandFactory make(CompilationEvalProcessor.Command cmd)
-
-