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 boolean
RecoveryOption.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.BooleanRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.ConditionalRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.IntRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta) boolean
RecoveryOption.TrooleanRO.apply
(MutableOptions mutableOptions, List<DecompilerComment> commentList, BytecodeMeta bytecodeMeta)