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
line_num: String
parameters: Vec<Param>
is_static: bool
name: String
static_meth: bool
privacy: String
description: String
exception: Exception
return_type: String