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