Class RecoveryOption.IntRO
java.lang.Object
org.benf.cfr.reader.bytecode.RecoveryOption<Integer>
org.benf.cfr.reader.bytecode.RecoveryOption.IntRO
- 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, value -
Constructor Summary
ConstructorsConstructorDescriptionIntRO(PermittedOptionProvider.Argument<Integer> arg, int value, DecompilerComment comment) -
Method Summary
Modifier and TypeMethodDescriptionbooleanapply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
-
Constructor Details
-
IntRO
-
-
Method Details
-
apply
public boolean apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) - Specified by:
applyin classRecoveryOption<Integer>
-