donet_core::parser::ast

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