static TokCondition tokCondition_beginningOfMethodDeclaration() { ret tokcondition { ret eqOneOf(_get(tok, i-1), "}", ";", "{", null, ""); // "" is there to hopefully handle badly re-toked includes preceding the declaration }; }