static TokCondition tokCondition_beginningOfMethodDeclaration() { ret tokcondition { ret eqOneOf(_get(tok, i-1), "}", ";", "{", null); }; }