Type Alias libdonet::parser::ast::MethodBody

source ·
pub type MethodBody = Vec<Parameter>;
Expand description

Paired with the method_body production in the Context Free Grammar.

Aliased Type§

struct MethodBody { /* private fields */ }