Type Alias donet_core::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 */ }