Struct classreader::Method[][src]

pub struct Method {
    pub access_flags: u16,
    pub name_index: u16,
    pub descriptor_index: u16,
    pub attributes: Vec<Attribute>,
}

Fields

Methods

impl Method
[src]

Trait Implementations

impl Debug for Method
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Method

impl Sync for Method