public static class RecoveryOption.BooleanRO extends RecoveryOption<java.lang.Boolean>
RecoveryOption.BooleanRO, RecoveryOption.ConditionalRO<X,T>, RecoveryOption.IntRO, RecoveryOption.TrooleanRO
arg, 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) |
applyComment
BooleanRO(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>