Package org.benf.cfr.reader.bytecode
Class RecoveryOptions.Applied
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.RecoveryOptions.Applied
-
- Enclosing class:
- RecoveryOptions
public static class RecoveryOptions.Applied extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<DecompilerComment>
comments
Options
options
boolean
valid
-
Constructor Summary
Constructors Constructor Description Applied(Options options, java.util.List<DecompilerComment> comments, boolean valid)
-
-
-
Field Detail
-
options
public Options options
-
comments
public java.util.List<DecompilerComment> comments
-
valid
public boolean valid
-
-
Constructor Detail
-
Applied
public Applied(Options options, java.util.List<DecompilerComment> comments, boolean valid)
-
-