public static class RecoveryOption.IntRO extends RecoveryOption<Integer>
RecoveryOption.BooleanRO, RecoveryOption.ConditionalRO<X,T>, RecoveryOption.IntRO, RecoveryOption.TrooleanRO
arg, value
Constructor and Description |
---|
IntRO(PermittedOptionProvider.Argument<Integer> arg,
int value,
DecompilerComment comment) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(MutableOptions mutableOptions,
List<DecompilerComment> commentList,
BytecodeMeta bytecodeMeta) |
public IntRO(PermittedOptionProvider.Argument<Integer> arg, int value, DecompilerComment comment)
public boolean apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)
apply
in class RecoveryOption<Integer>
Copyright © 2011-2021. All Rights Reserved.