Class RecoveryOption.ConditionalRO<X,T>
java.lang.Object
org.benf.cfr.reader.bytecode.RecoveryOption<T>
org.benf.cfr.reader.bytecode.RecoveryOption.ConditionalRO<X,T>
- 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
FieldsModifier and TypeFieldDescriptionprivate final RecoveryOption<T> private final Xprivate final PermittedOptionProvider.ArgumentParam<X, ?> Fields inherited from class RecoveryOption
arg, canhelp, value -
Constructor Summary
ConstructorsConstructorDescriptionConditionalRO(PermittedOptionProvider.ArgumentParam<X, ?> test, X required, RecoveryOption<T> delegate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) Methods inherited from class RecoveryOption
applyComment
-
Field Details
-
delegate
-
test
-
required
-
-
Constructor Details
-
ConditionalRO
public ConditionalRO(PermittedOptionProvider.ArgumentParam<X, ?> test, X required, RecoveryOption<T> delegate)
-
-
Method Details
-
apply
public boolean apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) - Specified by:
applyin classRecoveryOption<T>
-