public static class RecoveryOption.IntRO extends RecoveryOption<java.lang.Integer>
RecoveryOption.BooleanRO, RecoveryOption.ConditionalRO<X,T>, RecoveryOption.IntRO, RecoveryOption.TrooleanRO
arg, canhelp, value
Constructor and 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) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(MutableOptions mutableOptions,
java.util.List<DecompilerComment> commentList,
BytecodeMeta bytecodeMeta) |
applyComment
IntRO(PermittedOptionProvider.Argument<java.lang.Integer> arg, int value)
public 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)
public boolean apply(MutableOptions mutableOptions, java.util.List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
apply
in class RecoveryOption<java.lang.Integer>