Struct proguard::Parser [] [src]

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

Parses a proguard file.

Methods

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

[src]

Creates a parser from a Cow buffer.

[src]

Creates a parser from a slice.

[src]

Creates a parser from a vec.

[src]

Creates a parser from a path.

[src]

Calculates the UUID of the mapping file the parser looks at.

[src]

Returns true if the mapping file contains line information.

[src]

Locates a class by an obfuscated alias.