Package proguard.evaluation.executor
Class StringReflectionExecutor.Builder
java.lang.Object
proguard.evaluation.executor.StringReflectionExecutor.Builder
- All Implemented Interfaces:
Executor.Builder<StringReflectionExecutor>
- Enclosing class:
- StringReflectionExecutor
public static class StringReflectionExecutor.Builder
extends Object
implements Executor.Builder<StringReflectionExecutor>
A builder for
StringReflectionExecutor.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
-
-
Method Details
-
build
Description copied from interface: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).- Specified by:
buildin interfaceExecutor.Builder<StringReflectionExecutor>
-