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

pub fn __action125(
    errors: &mut Vec<Report>,
    (_, _, _): (BytePos, Token, BytePos),
    (_, _, _): (BytePos, Token, BytePos),
    (_, init, _): (BytePos, ForInit, BytePos),
    (_, _, _): (BytePos, Token, BytePos),
    (_, cond, _): (BytePos, Option<Expr>, BytePos),
    (_, _, _): (BytePos, Token, BytePos),
    (_, update, _): (BytePos, Option<Vec<Statement>>, BytePos),
    (_, _, _): (BytePos, Token, BytePos),
    (_, body, _): (BytePos, Statement, BytePos)
) -> StatementType