pub struct MappingSummary<'s> { /* private fields */ }Expand description
Summary of a mapping file.
Implementations§
Source§impl<'s> MappingSummary<'s>
impl<'s> MappingSummary<'s>
Sourcepub fn compiler(&self) -> Option<&str>
pub fn compiler(&self) -> Option<&str>
Returns the name of the compiler that created the proguard mapping.
Sourcepub fn compiler_version(&self) -> Option<&str>
pub fn compiler_version(&self) -> Option<&str>
Returns the version of the compiler.
Sourcepub fn class_count(&self) -> usize
pub fn class_count(&self) -> usize
Returns the number of classes in the mapping file.
Sourcepub fn method_count(&self) -> usize
pub fn method_count(&self) -> usize
Returns the number of methods in the mapping file.