Uses of Class
org.benf.cfr.reader.util.getopt.MutableOptions
Packages that use MutableOptions
-
Uses of MutableOptions in org.benf.cfr.reader.bytecode
Methods in org.benf.cfr.reader.bytecode with parameters of type MutableOptionsModifier and TypeMethodDescriptionabstract booleanRecoveryOption.apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) booleanRecoveryOption.BooleanRO.apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) booleanRecoveryOption.ConditionalRO.apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) booleanRecoveryOption.IntRO.apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) booleanRecoveryOption.TrooleanRO.apply(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)