Function xswag_syntax_java::grammar::java8::__action68 [] [src]

pub fn __action68(
    errors: &mut Vec<Report>,
    (_, mods, _): (BytePos, Vec<Spanned<Keyword>>, BytePos),
    (_, header, _): (BytePos, (Type, Ident, Vec<FormalParameter>, Vec<Type>), BytePos),
    (_, body, _): (BytePos, Spanned<Option<Block>>, BytePos)
) -> Method