Class RecoveryOption<T>
java.lang.Object
org.benf.cfr.reader.bytecode.RecoveryOption<T>
- Direct Known Subclasses:
RecoveryOption.BooleanRO, RecoveryOption.ConditionalRO, RecoveryOption.IntRO, RecoveryOption.TrooleanRO
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final PermittedOptionProvider.Argument<T> protected final T -
Method Summary
Modifier and TypeMethodDescriptionabstract booleanapply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
-
Field Details
-
arg
-
value
-
-
Method Details
-
apply
public abstract boolean apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
-