| Package | Description |
|---|---|
| org.benf.cfr.reader.bytecode |
| 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 |
|---|---|
private RecoveryOption<T> |
RecoveryOption.ConditionalRO.delegate |
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<RecoveryOption<?>> |
RecoveryOptions.recoveryOptions |
| Constructor and Description |
|---|
ConditionalRO(PermittedOptionProvider.ArgumentParam<X,?> test,
X required,
RecoveryOption<T> delegate) |
RecoveryOptions(RecoveryOption<?>... recoveryOptions) |
RecoveryOptions(RecoveryOptions prev,
RecoveryOption<?>... recoveryOptions) |