Package org.benf.cfr.reader.bytecode
Class RecoveryOption.IntRO
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.RecoveryOption<java.lang.Integer>
-
- org.benf.cfr.reader.bytecode.RecoveryOption.IntRO
-
- Enclosing class:
- RecoveryOption<T>
public static class RecoveryOption.IntRO extends RecoveryOption<java.lang.Integer>
-
-
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
Constructors Constructor Description IntRO(PermittedOptionProvider.Argument<java.lang.Integer> arg, int value)
IntRO(PermittedOptionProvider.Argument<java.lang.Integer> arg, int value, DecompilerComment comment)
IntRO(PermittedOptionProvider.Argument<java.lang.Integer> arg, int value, UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp, DecompilerComment comment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
-
Methods inherited from class org.benf.cfr.reader.bytecode.RecoveryOption
applyComment
-
-
-
-
Constructor Detail
-
IntRO
IntRO(PermittedOptionProvider.Argument<java.lang.Integer> arg, int value)
-
IntRO
public IntRO(PermittedOptionProvider.Argument<java.lang.Integer> arg, int value, DecompilerComment comment)
-
IntRO
IntRO(PermittedOptionProvider.Argument<java.lang.Integer> arg, int value, UnaryFunction<BytecodeMeta,java.lang.Boolean> canHelp, DecompilerComment comment)
-
-
Method Detail
-
apply
public boolean apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
- Specified by:
apply
in classRecoveryOption<java.lang.Integer>
-
-