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