Package proguard.evaluation.executor
Class ObjectGetClassExecutor.Builder
- java.lang.Object
-
- proguard.evaluation.executor.ObjectGetClassExecutor.Builder
-
- All Implemented Interfaces:
Executor.Builder<ObjectGetClassExecutor>
- Enclosing class:
- ObjectGetClassExecutor
public static class ObjectGetClassExecutor.Builder extends java.lang.Object implements Executor.Builder<ObjectGetClassExecutor>
Builder forObjectGetClassExecutor
.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectGetClassExecutor
build()
Build an executor.
-
-
-
Method Detail
-
build
public ObjectGetClassExecutor build()
Description copied from interface:Executor.Builder
Build 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:
build
in interfaceExecutor.Builder<ObjectGetClassExecutor>
-
-