Package ghidra.framework.options
Class AutoOptionsListener.MethodOptionSetter<R>
java.lang.Object
ghidra.framework.options.AutoOptionsListener.MethodOptionSetter<R>
- All Implemented Interfaces:
AutoOptionsListener.OptionSetter<R>
- Enclosing class:
AutoOptionsListener<R>
protected static class AutoOptionsListener.MethodOptionSetter<R>
extends Object
implements AutoOptionsListener.OptionSetter<R>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final AutoOptions.CategoryAndNameprotected final Methodprotected final AutoOptionsListener.ParamOrder -
Constructor Summary
ConstructorsConstructorDescriptionMethodOptionSetter(Method method, AutoOptionConsumed annotation, Plugin plugin) MethodOptionSetter(Method method, AutoOptions.CategoryAndName key) MethodOptionSetter(Method method, String category, String name) -
Method Summary
-
Field Details
-
method
-
key
-
order
-
-
Constructor Details
-
MethodOptionSetter
-
MethodOptionSetter
-
MethodOptionSetter
-
-
Method Details
-
set
- Specified by:
setin interfaceAutoOptionsListener.OptionSetter<R>
-
getKey
- Specified by:
getKeyin interfaceAutoOptionsListener.OptionSetter<R>
-