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