Struct lojidoc::model::model::Method [] [src]

pub struct Method {
    pub line_num: String,
    pub parameters: Vec<Param>,
    pub is_static: bool,
    pub name: String,
    pub static_meth: bool,
    pub privacy: String,
    pub description: String,
    pub exception: Exception,
    pub return_type: String,
}

Struct containing method data from the javadoc and method declaration

Fields

Methods

impl Method
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Method
[src]

[src]

Formats the value using the given formatter. Read more