类 StringReflectionExecutor.Builder
- java.lang.Object
-
- proguard.evaluation.executor.StringReflectionExecutor.Builder
-
- 所有已实现的接口:
Executor.Builder<StringReflectionExecutor>
public static class StringReflectionExecutor.Builder extends java.lang.Object implements Executor.Builder<StringReflectionExecutor>
A builder forStringReflectionExecutor.
-
-
构造器详细资料
-
Builder
public Builder(ClassPool libraryClassPool)
-
-
方法详细资料
-
build
public StringReflectionExecutor build()
从接口复制的说明:Executor.BuilderBuild an executor. If the executor keeps internal state this method needs to guarantee that no data is shared between the different implementations (unless needed by design, e.g., for caching).- 指定者:
build在接口中Executor.Builder<StringReflectionExecutor>
-
-