Struct proguard::MappingView [] [src]

pub struct MappingView<'a> { /* fields omitted */ }

Represents a view over a mapping text file.

Methods

impl<'a> MappingView<'a>
[src]

[src]

Creates a mapping view from a Cow buffer.

[src]

Creates a mapping from a borrowed byte slice.

[src]

Creates a mapping from an owned vector.

[src]

Opens a mapping view from a file on the file system.

[src]

Returns the UUID of the mapping file.

[src]

Returns true if the mapping file contains line information.

[src]

Locates a class by an obfuscated alias.