Class RecoveryOption.BooleanRO
java.lang.Object
org.benf.cfr.reader.bytecode.RecoveryOption<Boolean>
org.benf.cfr.reader.bytecode.RecoveryOption.BooleanRO
- Enclosing class:
RecoveryOption<T>
-
Nested Class Summary
Nested classes/interfaces inherited from class RecoveryOption
RecoveryOption.BooleanRO, RecoveryOption.ConditionalRO<X,T>, RecoveryOption.IntRO, RecoveryOption.TrooleanRO -
Field Summary
Fields inherited from class RecoveryOption
arg, canhelp, value -
Constructor Summary
ConstructorsConstructorDescriptionBooleanRO(PermittedOptionProvider.Argument<Boolean> arg, boolean value) BooleanRO(PermittedOptionProvider.Argument<Boolean> arg, boolean value, DecompilerComment comment) BooleanRO(PermittedOptionProvider.Argument<Boolean> arg, boolean value, UnaryFunction<BytecodeMeta, Boolean> canHelp, DecompilerComment comment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) Methods inherited from class RecoveryOption
applyComment
-
Constructor Details
-
BooleanRO
BooleanRO(PermittedOptionProvider.Argument<Boolean> arg, boolean value) -
BooleanRO
public BooleanRO(PermittedOptionProvider.Argument<Boolean> arg, boolean value, DecompilerComment comment) -
BooleanRO
BooleanRO(PermittedOptionProvider.Argument<Boolean> arg, boolean value, UnaryFunction<BytecodeMeta, Boolean> canHelp, DecompilerComment comment)
-
-
Method Details
-
apply
public boolean apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) - Specified by:
applyin classRecoveryOption<Boolean>
-