Struct proguard::Class [] [src]

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

Represents class mapping information.

Methods

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

[src]

Returns the name of the class.

[src]

Returns the obfuscated alias of a class.

[src]

Looks up a field by an alias.

[src]

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.

[src]

Iterates over all members of the class.

Trait Implementations

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter. Read more