Struct proguard::Class [] [src]

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

Represents class mapping information.

Methods

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

Returns the name of the class.

Returns the obfuscated alias of a class.

Looks up a field by an alias.

Looks up all matching methods for a given alias.

If the line number is supplied as well the return value will most likely only return a single item if found.

Trait Implementations

impl<'a> Display for Class<'a>
[src]

Formats the value using the given formatter. Read more