methodDeclaration method
Parser
methodDeclaration()
Implementation
Parser methodDeclaration() =>
ref0(keywordMethod).or(ref0(unaryMethod)).or(ref0(binaryMethod));
Parser methodDeclaration() =>
ref0(keywordMethod).or(ref0(unaryMethod)).or(ref0(binaryMethod));