pub type MethodBody = Vec<Parameter>;
Paired with the method_body production in the Context Free Grammar.
method_body
struct MethodBody { /* private fields */ }