public static class RecoveryOption.BooleanRO extends RecoveryOption<java.lang.Boolean>
RecoveryOption.BooleanRO, RecoveryOption.ConditionalRO<X,T>, RecoveryOption.IntRO, RecoveryOption.TrooleanROarg, canhelp, value| Constructor and Description |
|---|
BooleanRO(PermittedOptionProvider.Argument<java.lang.Boolean> arg,
boolean value) |
BooleanRO(PermittedOptionProvider.Argument<java.lang.Boolean> arg,
boolean value,
DecompilerComment comment) |
BooleanRO(PermittedOptionProvider.Argument<java.lang.Boolean> arg,
boolean value,
UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp,
DecompilerComment comment) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(MutableOptions mutableOptions,
java.util.List<DecompilerComment> commentList,
BytecodeMeta bytecodeMeta) |
applyCommentBooleanRO(PermittedOptionProvider.Argument<java.lang.Boolean> arg, boolean value)
public BooleanRO(PermittedOptionProvider.Argument<java.lang.Boolean> arg, boolean value, DecompilerComment comment)
BooleanRO(PermittedOptionProvider.Argument<java.lang.Boolean> arg, boolean value, UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp, DecompilerComment comment)
public boolean apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
apply in class RecoveryOption<java.lang.Boolean>