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