Package org.benf.cfr.reader.bytecode
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 org.benf.cfr.reader.bytecode.RecoveryOption
RecoveryOption.BooleanRO, RecoveryOption.ConditionalRO<X,
T>, RecoveryOption.IntRO, RecoveryOption.TrooleanRO -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final RecoveryOption<T>
private final X
private final PermittedOptionProvider.ArgumentParam<X,
?> Fields inherited from class org.benf.cfr.reader.bytecode.RecoveryOption
arg, canhelp, value
-
Constructor Summary
ConstructorsConstructorDescriptionConditionalRO
(PermittedOptionProvider.ArgumentParam<X, ?> test, X required, RecoveryOption<T> delegate) -
Method Summary
Modifier and TypeMethodDescriptionboolean
apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) Methods inherited from class org.benf.cfr.reader.bytecode.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:
apply
in classRecoveryOption<T>
-